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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


6388
6389
6390
6391
6392
6393
# File 'lib/aws-sdk-ssm/types.rb', line 6388

class DescribePatchPropertiesResult < Struct.new(
  :properties,
  :next_token)
  SENSITIVE = []
  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>>)


6388
6389
6390
6391
6392
6393
# File 'lib/aws-sdk-ssm/types.rb', line 6388

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