Class: Aws::SSM::Types::DescribeAvailablePatchesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAvailablePatchesResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#patches ⇒ Array<Types::Patch>
An array of patches.
Instance Attribute Details
#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.
5105 5106 5107 5108 5109 5110 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5105 class DescribeAvailablePatchesResult < Struct.new( :patches, :next_token) SENSITIVE = [] include Aws::Structure end |
#patches ⇒ Array<Types::Patch>
An array of patches. Each entry in the array is a patch structure.
5105 5106 5107 5108 5109 5110 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5105 class DescribeAvailablePatchesResult < Struct.new( :patches, :next_token) SENSITIVE = [] include Aws::Structure end |