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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


6329
6330
6331
6332
6333
6334
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6329

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>>)


6329
6330
6331
6332
6333
6334
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6329

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