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.
13780 13781 13782 |
# File 'sig/types.rbs', line 13780 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
13779 13780 13781 |
# File 'sig/types.rbs', line 13779 def start_date @start_date end |
#status ⇒ ::String
Returns the value of attribute status.
13782 13783 13784 |
# File 'sig/types.rbs', line 13782 def status @status end |
#value ⇒ ::Float
Returns the value of attribute value.
13781 13782 13783 |
# File 'sig/types.rbs', line 13781 def value @value end |