Class: Aws::SSM::Types::DescribePatchGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchGroupsResult
- Includes:
- Aws::Structure
- Defined in:
- 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: `^([pLpZpN_.:/=+-@]*)$)`
-
‘PatchBaselineIdentity`: A `PatchBaselineIdentity` element.
6352 6353 6354 6355 6356 6357 |
# File 'lib/aws-sdk-ssm/types.rb', line 6352 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.
6352 6353 6354 6355 6356 6357 |
# File 'lib/aws-sdk-ssm/types.rb', line 6352 class DescribePatchGroupsResult < Struct.new( :mappings, :next_token) SENSITIVE = [] include Aws::Structure end |