Class: Aws::SSM::Types::DescribePatchPropertiesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribePatchPropertiesResult
- 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 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.)
6539 6540 6541 6542 6543 6544 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6539 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.
6539 6540 6541 6542 6543 6544 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6539 class DescribePatchPropertiesResult < Struct.new( :properties, :next_token) SENSITIVE = [] include Aws::Structure end |