Class: Aws::Types::DisassociateEmailAddressAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateEmailAddressAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_configuration ⇒ Types::AliasConfiguration
Returns the value of attribute alias_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#alias_configuration ⇒ Types::AliasConfiguration
Returns the value of attribute alias_configuration.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def alias_configuration @alias_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def client_token @client_token end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def email_address_id @email_address_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def instance_id @instance_id end |