Class: Aws::SSM::Types::DescribeAvailablePatchesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeAvailablePatchesResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
4974 4975 4976 4977 4978 4979 |
# File 'lib/aws-sdk-ssm/types.rb', line 4974 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.
4974 4975 4976 4977 4978 4979 |
# File 'lib/aws-sdk-ssm/types.rb', line 4974 class DescribeAvailablePatchesResult < Struct.new( :patches, :next_token) SENSITIVE = [] include Aws::Structure end |