Class: Aws::IoTTwinMaker::Types::GetPropertyValueHistoryResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTTwinMaker::Types::GetPropertyValueHistoryResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The string that specifies the next page of results. 
- 
  
    
      #property_values  ⇒ Array<Types::PropertyValueHistory> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An object that maps strings to the property definitions in the component type. 
Instance Attribute Details
#next_token ⇒ String
The string that specifies the next page of results.
| 1845 1846 1847 1848 1849 1850 | # File 'lib/aws-sdk-iottwinmaker/types.rb', line 1845 class GetPropertyValueHistoryResponse < Struct.new( :property_values, :next_token) SENSITIVE = [] include Aws::Structure end | 
#property_values ⇒ Array<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.
| 1845 1846 1847 1848 1849 1850 | # File 'lib/aws-sdk-iottwinmaker/types.rb', line 1845 class GetPropertyValueHistoryResponse < Struct.new( :property_values, :next_token) SENSITIVE = [] include Aws::Structure end |