package Paws::SES::GetIdentityDkimAttributesResponse; use Moose; has DkimAttributes => (is => 'ro', isa => 'Paws::SES::DkimAttributes', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SES::GetIdentityDkimAttributesResponse =head1 ATTRIBUTES =head2 B DkimAttributes => L The DKIM attributes for an email address or a domain. =head2 _request_id => Str =cut