Class: Aws::Types::GetCalendarStateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCalendarStateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#at_time ⇒ ::String
Returns the value of attribute at_time.
-
#next_transition_time ⇒ ::String
Returns the value of attribute next_transition_time.
-
#state ⇒ "OPEN", "CLOSED"
Returns the value of attribute state.
Instance Attribute Details
#at_time ⇒ ::String
Returns the value of attribute at_time.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def at_time @at_time end |
#next_transition_time ⇒ ::String
Returns the value of attribute next_transition_time.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def next_transition_time @next_transition_time end |
#state ⇒ "OPEN", "CLOSED"
Returns the value of attribute state.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def state @state end |