Class: Aws::Types::UpdateEmailAddressMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEmailAddressMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
8793 8794 8795 |
# File 'sig/types.rbs', line 8793 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
8791 8792 8793 |
# File 'sig/types.rbs', line 8791 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
8792 8793 8794 |
# File 'sig/types.rbs', line 8792 def display_name @display_name end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
8790 8791 8792 |
# File 'sig/types.rbs', line 8790 def email_address_id @email_address_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8789 8790 8791 |
# File 'sig/types.rbs', line 8789 def instance_id @instance_id end |