Class: Aws::Types::MetricInterval
- Inherits:
-
Object
- Object
- Aws::Types::MetricInterval
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#interval ⇒ "FIFTEEN_MIN", ...
Returns the value of attribute interval.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
5710 5711 5712 |
# File 'sig/types.rbs', line 5710 def end_time @end_time end |
#interval ⇒ "FIFTEEN_MIN", ...
Returns the value of attribute interval.
5708 5709 5710 |
# File 'sig/types.rbs', line 5708 def interval @interval end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5709 5710 5711 |
# File 'sig/types.rbs', line 5709 def start_time @start_time end |