Class: Aws::SSM::Types::DescribePatchPropertiesResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of items to return. (You use this token in the next call.)

Returns:

  • (String)


5765
5766
5767
5768
5769
# File 'lib/aws-sdk-ssm/types.rb', line 5765

class DescribePatchPropertiesResult < Struct.new(
  :properties,
  :next_token)
  include Aws::Structure
end

#propertiesArray<Hash<String,String>>

A list of the properties for patches matching the filter request parameters.

Returns:

  • (Array<Hash<String,String>>)


5765
5766
5767
5768
5769
# File 'lib/aws-sdk-ssm/types.rb', line 5765

class DescribePatchPropertiesResult < Struct.new(
  :properties,
  :next_token)
  include Aws::Structure
end