Class: Aws::Types::ReputationOptions
- Inherits:
-
Object
- Object
- Aws::Types::ReputationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_fresh_start ⇒ ::Time
Returns the value of attribute last_fresh_start.
-
#reputation_metrics_enabled ⇒ Boolean
Returns the value of attribute reputation_metrics_enabled.
Instance Attribute Details
#last_fresh_start ⇒ ::Time
Returns the value of attribute last_fresh_start.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def last_fresh_start @last_fresh_start end |
#reputation_metrics_enabled ⇒ Boolean
Returns the value of attribute reputation_metrics_enabled.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def reputation_metrics_enabled @reputation_metrics_enabled end |