Class: Aws::SSM::Types::DescribePatchBaselinesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchBaselinesResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baseline_identities ⇒ Array<Types::PatchBaselineIdentity>
An array of ‘PatchBaselineIdentity` elements.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#baseline_identities ⇒ Array<Types::PatchBaselineIdentity>
An array of ‘PatchBaselineIdentity` elements.
6188 6189 6190 6191 6192 6193 |
# File 'lib/aws-sdk-ssm/types.rb', line 6188 class DescribePatchBaselinesResult < Struct.new( :baseline_identities, :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.
6188 6189 6190 6191 6192 6193 |
# File 'lib/aws-sdk-ssm/types.rb', line 6188 class DescribePatchBaselinesResult < Struct.new( :baseline_identities, :next_token) SENSITIVE = [] include Aws::Structure end |