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.
4611 4612 4613 |
# File 'sig/types.rbs', line 4611 def interval_period @interval_period end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
4610 4611 4612 |
# File 'sig/types.rbs', line 4610 def time_zone @time_zone end |