class Amazonite::SsmV1::GetCalendarStateResponse
- Amazonite::SsmV1::GetCalendarStateResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/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)
Instance Method Summary
- #at_time : String | Nil
- #at_time=(at_time : String | Nil)
- #next_transition_time : String | Nil
- #next_transition_time=(next_transition_time : String | Nil)
- #state : CalendarState | Nil
- #state=(state : CalendarState | Nil)
Constructor Detail
def self.new(state : CalendarState | Nil = nil, at_time : String | Nil = nil, next_transition_time : String | Nil = nil)
#