Class: Aws::Types::AssociateEmailAddressAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateEmailAddressAliasRequest
- 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.
300 301 302 |
# File 'sig/types.rbs', line 300 def alias_configuration @alias_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
301 302 303 |
# File 'sig/types.rbs', line 301 def client_token @client_token end |
#email_address_id ⇒ ::String
Returns the value of attribute email_address_id.
298 299 300 |
# File 'sig/types.rbs', line 298 def email_address_id @email_address_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
299 300 301 |
# File 'sig/types.rbs', line 299 def instance_id @instance_id end |