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

Class: Aws::SSM::Types::GetCalendarStateRequest

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

Overview

Note:

When passing GetCalendarStateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  calendar_names: ["CalendarNameOrARN"], # required
  at_time: "ISO8601String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#at_timeString

(Optional) The specific time for which you want to get calendar state information, in ISO 8601 format. If you do not add AtTime, the current time is assumed.

Returns:

  • (String)

    (Optional) The specific time for which you want to get calendar state information, in [ISO 8601][1] format.

#calendar_namesArray<String>

The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries for which you want to get the state.

Returns:

  • (Array<String>)

    The names or Amazon Resource Names (ARNs) of the Systems Manager documents that represent the calendar entries for which you want to get the state.