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

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

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



6273
6274
6275
6276
6277
6278
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6273

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)


6273
6274
6275
6276
6277
6278
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6273

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