Class: Aws::Types::UpdateConfigurationSetReputationMetricsEnabledRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfigurationSetReputationMetricsEnabledRequest
- 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.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def configuration_set_name @configuration_set_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def enabled @enabled end |