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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#mappingsArray<Types::PatchGroupPatchBaselineMapping>

Each entry in the array contains:

PatchGroup: string (between 1 and 256 characters, Regex: ^([\p{L\}\p{Z\}\p{N\}_.:/=+\-@]*)$)

PatchBaselineIdentity: A PatchBaselineIdentity element.



5700
5701
5702
5703
5704
# File 'lib/aws-sdk-ssm/types.rb', line 5700

class DescribePatchGroupsResult < Struct.new(
  :mappings,
  :next_token)
  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)


5700
5701
5702
5703
5704
# File 'lib/aws-sdk-ssm/types.rb', line 5700

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