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.
8493 8494 8495 |
# File 'sig/types.rbs', line 8493 def email_address_arn @email_address_arn end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
8492 8493 8494 |
# File 'sig/types.rbs', line 8492 def email_address_id @email_address_id end |