You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::GetCalendarStateResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#at_timeString

The time, as an ISO 8601 string, that you specified in your command. If you did not specify a time, GetCalendarState uses the current time.

Returns:

  • (String)

    The time, as an [ISO 8601][1] string, that you specified in your command.

#next_transition_timeString

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.

Returns:

  • (String)

    The time, as an [ISO 8601][1] string, that the calendar state will change.

#stateString

The state of the calendar. An OPEN calendar indicates that actions are allowed to proceed, and a CLOSED calendar indicates that actions are not allowed to proceed.

Possible values:

  • OPEN
  • CLOSED

Returns:

  • (String)

    The state of the calendar.