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.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def configuration_set_name @configuration_set_name end |
#reputation_metrics_enabled ⇒ Boolean
Returns the value of attribute reputation_metrics_enabled.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def reputation_metrics_enabled @reputation_metrics_enabled end |