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.
8503 8504 8505 |
# File 'sig/types.rbs', line 8503 def email_address_arn @email_address_arn end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
8502 8503 8504 |
# File 'sig/types.rbs', line 8502 def email_address_id @email_address_id end |