Class: Aws::Types::CreateEmailIdentityResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEmailIdentityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dkim_attributes ⇒ Types::DkimAttributes
Returns the value of attribute dkim_attributes.
-
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
-
#verified_for_sending_status ⇒ Boolean
Returns the value of attribute verified_for_sending_status.
Instance Attribute Details
#dkim_attributes ⇒ Types::DkimAttributes
Returns the value of attribute dkim_attributes.
290 291 292 |
# File 'sig/types.rbs', line 290 def dkim_attributes @dkim_attributes end |
#identity_type ⇒ "EMAIL_ADDRESS", ...
Returns the value of attribute identity_type.
288 289 290 |
# File 'sig/types.rbs', line 288 def identity_type @identity_type end |
#verified_for_sending_status ⇒ Boolean
Returns the value of attribute verified_for_sending_status.
289 290 291 |
# File 'sig/types.rbs', line 289 def verified_for_sending_status @verified_for_sending_status end |