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: APatchBaselineIdentityelement.
6615 6616 6617 6618 6619 6620 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6615 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.
6615 6616 6617 6618 6619 6620 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6615 class DescribePatchGroupsResult < Struct.new( :mappings, :next_token) SENSITIVE = [] include Aws::Structure end |