Module: Aws::SSM::Client::_GetCalendarStateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCalendarStateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#at_time ⇒ ::String
1298 |
# File 'sig/client.rbs', line 1298
def at_time: () -> ::String
|
#next_transition_time ⇒ ::String
1299 |
# File 'sig/client.rbs', line 1299
def next_transition_time: () -> ::String
|
#state ⇒ "OPEN", "CLOSED"
1297 |
# File 'sig/client.rbs', line 1297
def state: () -> ("OPEN" | "CLOSED")
|