Class: Aws::Types::UpdateEmailAddressMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEmailAddressMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_address_arn ⇒ ::String
Returns the value of attribute email_address_arn.
-
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
Instance Attribute Details
#email_address_arn ⇒ ::String
Returns the value of attribute email_address_arn.
8837 8838 8839 |
# File 'sig/types.rbs', line 8837 def email_address_arn @email_address_arn end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
8836 8837 8838 |
# File 'sig/types.rbs', line 8836 def email_address_id @email_address_id end |