Class: Aws::Types::PutEmailIdentityConfigurationSetAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEmailIdentityConfigurationSetAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def configuration_set_name @configuration_set_name end |
#email_identity ⇒ ::String
Returns the value of attribute email_identity.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def email_identity @email_identity end |