class Amazonite::SsmV1::GetCalendarStateResponse

Included Modules

Defined in:

ssm_v1/get_calendar_state_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(state : CalendarState | Nil = nil, at_time : String | Nil = nil, next_transition_time : String | Nil = nil) #

[View source]

Instance Method Detail

def at_time : String | Nil #

[View source]
def at_time=(at_time : String | Nil) #

[View source]
def next_transition_time : String | Nil #

[View source]
def next_transition_time=(next_transition_time : String | Nil) #

[View source]
def state : CalendarState | Nil #

[View source]
def state=(state : CalendarState | Nil) #

[View source]