Method: Aws::SSM::Types::GetCalendarStateRequest#at_time

Defined in:
lib/aws-sdk-ssm/types.rb

#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.

[1]: en.wikipedia.org/wiki/ISO_8601

Returns:

  • (String)


7805
7806
7807
7808
7809
7810
# File 'lib/aws-sdk-ssm/types.rb', line 7805

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