Class: Aws::Types::IntervalDetails
- Inherits:
-
Object
- Object
- Aws::Types::IntervalDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval_period ⇒ "FIFTEEN_MIN", ...
Returns the value of attribute interval_period.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#interval_period ⇒ "FIFTEEN_MIN", ...
Returns the value of attribute interval_period.
4558 4559 4560 |
# File 'sig/types.rbs', line 4558 def interval_period @interval_period end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
4557 4558 4559 |
# File 'sig/types.rbs', line 4557 def time_zone @time_zone end |