Class: Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeEffectivePatchesForPatchBaselineResult
- Defined in:
- gems/aws-sdk-ssm/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.
5153 5154 5155 5156 5157 5158 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5153 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.
5153 5154 5155 5156 5157 5158 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5153 class DescribeEffectivePatchesForPatchBaselineResult < Struct.new( :effective_patches, :next_token) SENSITIVE = [] include Aws::Structure end |