Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #entries  ⇒ Array<Types::BatchGetAssetPropertyValueEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of asset property value entries for the batch get request. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token to be used for the next set of paginated results. 
Instance Attribute Details
#entries ⇒ Array<Types::BatchGetAssetPropertyValueEntry>
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
| 2155 2156 2157 2158 2159 2160 | # File 'lib/aws-sdk-iotsitewise/types.rb', line 2155 class BatchGetAssetPropertyValueRequest < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The token to be used for the next set of paginated results.
| 2155 2156 2157 2158 2159 2160 | # File 'lib/aws-sdk-iotsitewise/types.rb', line 2155 class BatchGetAssetPropertyValueRequest < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |