/AWS1/CL_SSMGETCALENDARSTATE01¶
GetCalendarStateResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_state TYPE /AWS1/SSMCALENDARSTATE /AWS1/SSMCALENDARSTATE¶
The state of the calendar. An
OPENcalendar indicates that actions are allowed to proceed, and aCLOSEDcalendar indicates that actions aren't allowed to proceed.
iv_attime TYPE /AWS1/SSMISO8601STRING /AWS1/SSMISO8601STRING¶
The time, as an ISO 8601 string, that you specified in your command. If you don't specify a time,
GetCalendarStateuses the current time.
iv_nexttransitiontime TYPE /AWS1/SSMISO8601STRING /AWS1/SSMISO8601STRING¶
The time, as an ISO 8601 string, that the calendar state will change. If the current calendar state is
OPEN,NextTransitionTimeindicates when the calendar state changes toCLOSED, and vice-versa.
Queryable Attributes¶
State¶
The state of the calendar. An
OPENcalendar indicates that actions are allowed to proceed, and aCLOSEDcalendar indicates that actions aren't allowed to proceed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
AtTime¶
The time, as an ISO 8601 string, that you specified in your command. If you don't specify a time,
GetCalendarStateuses the current time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTIME() |
Getter for ATTIME, with configurable default |
ASK_ATTIME() |
Getter for ATTIME w/ exceptions if field has no value |
HAS_ATTIME() |
Determine if ATTIME has a value |
NextTransitionTime¶
The time, as an ISO 8601 string, that the calendar state will change. If the current calendar state is
OPEN,NextTransitionTimeindicates when the calendar state changes toCLOSED, and vice-versa.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTRANSITIONTIME() |
Getter for NEXTTRANSITIONTIME, with configurable default |
ASK_NEXTTRANSITIONTIME() |
Getter for NEXTTRANSITIONTIME w/ exceptions if field has no |
HAS_NEXTTRANSITIONTIME() |
Determine if NEXTTRANSITIONTIME has a value |