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.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def event_threshold @event_threshold end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def status @status end |