Class: Aws::SSM::Types::DescribePatchGroupsRequest

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::PatchOrchestratorFilter>

Each element in the array is a structure containing a key-value pair.

Supported keys for DescribePatchGroups include the following:

  • NAME_PREFIX

    Sample values: AWS- | My-.

  • OPERATING_SYSTEM

    Sample values: AMAZON_LINUX | SUSE | WINDOWS

Returns:



6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6249

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

#max_resultsInteger

The maximum number of patch groups to return (per page).

Returns:

  • (Integer)


6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6249

class DescribePatchGroupsRequest < Struct.new(
  :max_results,
  :filters,
  :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)


6249
6250
6251
6252
6253
6254
6255
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6249

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