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.
13774 13775 13776 |
# File 'sig/types.rbs', line 13774 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
13773 13774 13775 |
# File 'sig/types.rbs', line 13773 def start_date @start_date end |
#status ⇒ ::String
Returns the value of attribute status.
13776 13777 13778 |
# File 'sig/types.rbs', line 13776 def status @status end |
#value ⇒ ::Float
Returns the value of attribute value.
13775 13776 13777 |
# File 'sig/types.rbs', line 13775 def value @value end |