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.
13182 13183 13184 |
# File 'sig/types.rbs', line 13182 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
13181 13182 13183 |
# File 'sig/types.rbs', line 13181 def start_date @start_date end |
#status ⇒ ::String
Returns the value of attribute status.
13184 13185 13186 |
# File 'sig/types.rbs', line 13184 def status @status end |
#value ⇒ ::Float
Returns the value of attribute value.
13183 13184 13185 |
# File 'sig/types.rbs', line 13183 def value @value end |