Class: Aws::IoTTwinMaker::Types::GetPropertyValueHistoryResponse

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 results.

Returns:

  • (String)


1845
1846
1847
1848
1849
1850
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1845

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

#property_valuesArray<Types::PropertyValueHistory>

An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.

Returns:



1845
1846
1847
1848
1849
1850
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1845

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