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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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 don't specify a value or AtTime, the current time is used.

Returns:

  • (String)


7322
7323
7324
7325
7326
7327
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7322

class GetCalendarStateRequest < Struct.new(
  :calendar_names,
  :at_time)
  SENSITIVE = []
  include Aws::Structure
end

#calendar_namesArray<String>

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

Returns:

  • (Array<String>)


7322
7323
7324
7325
7326
7327
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7322

class GetCalendarStateRequest < Struct.new(
  :calendar_names,
  :at_time)
  SENSITIVE = []
  include Aws::Structure
end