Class: Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effective_patches ⇒ Array<Types::EffectivePatch>
An array of patches and patch status.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
Instance Attribute Details
#effective_patches ⇒ Array<Types::EffectivePatch>
An array of patches and patch status.
5151 5152 5153 5154 5155 5156 |
# File 'lib/aws-sdk-ssm/types.rb', line 5151 class DescribeEffectivePatchesForPatchBaselineResult < Struct.new( :effective_patches, :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.
5151 5152 5153 5154 5155 5156 |
# File 'lib/aws-sdk-ssm/types.rb', line 5151 class DescribeEffectivePatchesForPatchBaselineResult < Struct.new( :effective_patches, :next_token) SENSITIVE = [] include Aws::Structure end |