Class: Aws::SSM::Types::DescribePatchGroupsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mappingsArray<Types::PatchGroupPatchBaselineMapping>

Each entry in the array contains:

  • ‘PatchGroup`: string (between 1 and 256 characters. Regex: `^([pLpZpN_.:/=+-@]*)$)`

  • ‘PatchBaselineIdentity`: A `PatchBaselineIdentity` element.



6172
6173
6174
6175
6176
6177
# File 'lib/aws-sdk-ssm/types.rb', line 6172

class DescribePatchGroupsResult < Struct.new(
  :mappings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


6172
6173
6174
6175
6176
6177
# File 'lib/aws-sdk-ssm/types.rb', line 6172

class DescribePatchGroupsResult < Struct.new(
  :mappings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end