Class: Aws::SSM::Types::DescribePatchPropertiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchPropertiesResult
- 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 for the next set of items to return.
-
#properties ⇒ Array<Hash<String,String>>
A list of the properties for patches matching the filter request parameters.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of items to return. (You use this token in the next call.)
6408 6409 6410 6411 6412 6413 |
# File 'lib/aws-sdk-ssm/types.rb', line 6408 class DescribePatchPropertiesResult < Struct.new( :properties, :next_token) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<Hash<String,String>>
A list of the properties for patches matching the filter request parameters.
6408 6409 6410 6411 6412 6413 |
# File 'lib/aws-sdk-ssm/types.rb', line 6408 class DescribePatchPropertiesResult < Struct.new( :properties, :next_token) SENSITIVE = [] include Aws::Structure end |