Class: Aws::SSM::Types::DescribeMaintenanceWindowExecutionsRequest

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

#filtersArray<Types::MaintenanceWindowFilter>

Each entry in the array is a structure containing:

  • Key. A string between 1 and 128 characters. Supported keys include ExecutedBefore and ExecutedAfter.

  • Values. An array of strings, each between 1 and 256 characters. Supported values are date/time strings in a valid ISO 8601 date/time format, such as 2021-11-04T05:00:00Z.

Returns:



5598
5599
5600
5601
5602
5603
5604
5605
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5598

class DescribeMaintenanceWindowExecutionsRequest < Struct.new(
  :window_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Returns:

  • (Integer)


5598
5599
5600
5601
5602
5603
5604
5605
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5598

class DescribeMaintenanceWindowExecutionsRequest < Struct.new(
  :window_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


5598
5599
5600
5601
5602
5603
5604
5605
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5598

class DescribeMaintenanceWindowExecutionsRequest < Struct.new(
  :window_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#window_idString

The ID of the maintenance window whose executions should be retrieved.

Returns:

  • (String)


5598
5599
5600
5601
5602
5603
5604
5605
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5598

class DescribeMaintenanceWindowExecutionsRequest < Struct.new(
  :window_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end