Class: Aws::Types::PutConfigurationSetSendingOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetSendingOptionsRequest
- 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.
-
#sending_enabled ⇒ Boolean
Returns the value of attribute sending_enabled.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def configuration_set_name @configuration_set_name end |
#sending_enabled ⇒ Boolean
Returns the value of attribute sending_enabled.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def sending_enabled @sending_enabled end |