Class: Aws::Types::GetEmailIdentityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEmailIdentityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#dkim_attributes ⇒ Types::DkimAttributes
Returns the value of attribute dkim_attributes.
-
#feedback_forwarding_status ⇒ Boolean
Returns the value of attribute feedback_forwarding_status.
-
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
-
#mail_from_attributes ⇒ Types::MailFromAttributes
Returns the value of attribute mail_from_attributes.
-
#policies ⇒ ::Hash[::String, ::String]
Returns the value of attribute policies.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#verification_info ⇒ Types::VerificationInfo
Returns the value of attribute verification_info.
-
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
-
#verified_for_sending_status ⇒ Boolean
Returns the value of attribute verified_for_sending_status.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
946 947 948 |
# File 'sig/types.rbs', line 946 def configuration_set_name @configuration_set_name end |
#dkim_attributes ⇒ Types::DkimAttributes
Returns the value of attribute dkim_attributes.
942 943 944 |
# File 'sig/types.rbs', line 942 def dkim_attributes @dkim_attributes end |
#feedback_forwarding_status ⇒ Boolean
Returns the value of attribute feedback_forwarding_status.
940 941 942 |
# File 'sig/types.rbs', line 940 def feedback_forwarding_status @feedback_forwarding_status end |
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
939 940 941 |
# File 'sig/types.rbs', line 939 def identity_type @identity_type end |
#mail_from_attributes ⇒ Types::MailFromAttributes
Returns the value of attribute mail_from_attributes.
943 944 945 |
# File 'sig/types.rbs', line 943 def mail_from_attributes @mail_from_attributes end |
#policies ⇒ ::Hash[::String, ::String]
Returns the value of attribute policies.
944 945 946 |
# File 'sig/types.rbs', line 944 def policies @policies end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
945 946 947 |
# File 'sig/types.rbs', line 945 def end |
#verification_info ⇒ Types::VerificationInfo
Returns the value of attribute verification_info.
948 949 950 |
# File 'sig/types.rbs', line 948 def verification_info @verification_info end |
#verification_status ⇒ "PENDING", ...
Returns the value of attribute verification_status.
947 948 949 |
# File 'sig/types.rbs', line 947 def verification_status @verification_status end |
#verified_for_sending_status ⇒ Boolean
Returns the value of attribute verified_for_sending_status.
941 942 943 |
# File 'sig/types.rbs', line 941 def verified_for_sending_status @verified_for_sending_status end |