Class: Aws::Types::Metrics
- Inherits:
-
Object
- Object
- Aws::Types::Metrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_threshold ⇒ Types::ReplicationTimeValue
Returns the value of attribute event_threshold.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
Instance Attribute Details
#event_threshold ⇒ Types::ReplicationTimeValue
Returns the value of attribute event_threshold.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def event_threshold @event_threshold end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def status @status end |