Class: Aws::IoTAnalytics::Types::DatasetEntry
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTAnalytics::Types::DatasetEntry
 
 
- Defined in:
 - gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
 
Overview
The reference to a dataset entry.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The presigned URI of the dataset item.
 - 
  
    
      #entry_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the dataset item.
 
Instance Attribute Details
#data_uri ⇒ String
The presigned URI of the dataset item.
      1027 1028 1029 1030 1031 1032  | 
    
      # File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1027 class DatasetEntry < Struct.new( :entry_name, :data_uri) SENSITIVE = [] include Aws::Structure end  | 
  
#entry_name ⇒ String
The name of the dataset item.
      1027 1028 1029 1030 1031 1032  | 
    
      # File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1027 class DatasetEntry < Struct.new( :entry_name, :data_uri) SENSITIVE = [] include Aws::Structure end  |