Class: Aws::SSM::Types::DescribePatchGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchGroupsResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mappings ⇒ Array<Types::PatchGroupPatchBaselineMapping>
Each entry in the array contains:.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#mappings ⇒ Array<Types::PatchGroupPatchBaselineMapping>
Each entry in the array contains:
PatchGroup
: string (between 1 and 256 characters. Regex:^([\p\{L\}\p\{Z\}\p\{N\}_.:/=+\-@]*)$)
PatchBaselineIdentity
: APatchBaselineIdentity
element.
6354 6355 6356 6357 6358 6359 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6354 class DescribePatchGroupsResult < Struct.new( :mappings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
6354 6355 6356 6357 6358 6359 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6354 class DescribePatchGroupsResult < Struct.new( :mappings, :next_token) SENSITIVE = [] include Aws::Structure end |