Class: Aws::Types::UpdateConfigurationSetSendingEnabledRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationSetSendingEnabledRequest
- 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.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def configuration_set_name @configuration_set_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def enabled @enabled end |