Class: Aws::Types::MetricPoint
- Inherits:
-
Object
- Object
- Aws::Types::MetricPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#end_date ⇒ ::Time
Returns the value of attribute end_date.
13453 13454 13455 |
# File 'sig/types.rbs', line 13453 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
13452 13453 13454 |
# File 'sig/types.rbs', line 13452 def start_date @start_date end |
#status ⇒ ::String
Returns the value of attribute status.
13455 13456 13457 |
# File 'sig/types.rbs', line 13455 def status @status end |
#value ⇒ ::Float
Returns the value of attribute value.
13454 13455 13456 |
# File 'sig/types.rbs', line 13454 def value @value end |