Class: Aws::Types::PutConfigurationSetReputationOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetReputationOptionsRequest
- 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.
-
#reputation_metrics_enabled ⇒ Boolean
Returns the value of attribute reputation_metrics_enabled.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def configuration_set_name @configuration_set_name end |
#reputation_metrics_enabled ⇒ Boolean
Returns the value of attribute reputation_metrics_enabled.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def reputation_metrics_enabled @reputation_metrics_enabled end |