Class: Aws::IoTTwinMaker::Types::ListPropertiesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The string that specifies the next page of property results.

Returns:

  • (String)


2602
2603
2604
2605
2606
2607
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2602

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

#property_summariesArray<Types::PropertySummary>

A list of objects that contain information about the properties.

Returns:



2602
2603
2604
2605
2606
2607
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2602

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