class
Amazonite::Ssm::GetCalendarStateResponse
- Amazonite::Ssm::GetCalendarStateResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_calendar_state_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(state : CalendarState | Nil = nil, at_time : String | Nil = nil, next_transition_time : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#at_time : String | Nil
The time, as an ISO 8601 string, that you specified in your command.
-
#at_time=(at_time : String | Nil)
The time, as an ISO 8601 string, that you specified in your command.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_transition_time : String | Nil
The time, as an ISO 8601 string, that the calendar state will change.
-
#next_transition_time=(next_transition_time : String | Nil)
The time, as an ISO 8601 string, that the calendar state will change.
-
#state : CalendarState | Nil
The state of the calendar.
-
#state=(state : CalendarState | Nil)
The state of the calendar.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time, as an ISO 8601 string, that you specified in
your command. If you don't specify a time, GetCalendarState uses the current time.
The time, as an ISO 8601 string, that you specified in
your command. If you don't specify a time, GetCalendarState uses the current time.
The time, as an ISO 8601 string, that the calendar
state will change. If the current calendar state is OPEN, NextTransitionTime indicates when
the calendar state changes to CLOSED, and vice-versa.
The time, as an ISO 8601 string, that the calendar
state will change. If the current calendar state is OPEN, NextTransitionTime indicates when
the calendar state changes to CLOSED, and vice-versa.
The state of the calendar. An OPEN calendar indicates that actions are allowed to proceed, and
a CLOSED calendar indicates that actions aren't allowed to proceed.
The state of the calendar. An OPEN calendar indicates that actions are allowed to proceed, and
a CLOSED calendar indicates that actions aren't allowed to proceed.