Class: Aws::SESV2::Types::CreateEmailIdentityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

If the email identity is a domain, this object contains information about the DKIM verification status for the domain.

If the email identity is an email address, this object is empty.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_attributesTypes::DkimAttributes

An object that contains information about the DKIM attributes for the identity.



1103
1104
1105
1106
1107
1108
1109
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1103

class CreateEmailIdentityResponse < Struct.new(
  :identity_type,
  :verified_for_sending_status,
  :dkim_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#identity_typeString

The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.

Returns:

  • (String)


1103
1104
1105
1106
1107
1108
1109
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1103

class CreateEmailIdentityResponse < Struct.new(
  :identity_type,
  :verified_for_sending_status,
  :dkim_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#verified_for_sending_statusBoolean

Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.

Returns:

  • (Boolean)


1103
1104
1105
1106
1107
1108
1109
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1103

class CreateEmailIdentityResponse < Struct.new(
  :identity_type,
  :verified_for_sending_status,
  :dkim_attributes)
  SENSITIVE = []
  include Aws::Structure
end