Class: Aws::LookoutEquipment::Types::StartDataIngestionJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::StartDataIngestionJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the request.
 - 
  
    
      #dataset_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the dataset being used by the data ingestion job.
 - 
  
    
      #ingestion_input_configuration  ⇒ Types::IngestionInputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies information for the input data for the data ingestion job, including dataset S3 location.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.
 
Instance Attribute Details
#client_token ⇒ String
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      4032 4033 4034 4035 4036 4037 4038 4039  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4032 class StartDataIngestionJobRequest < Struct.new( :dataset_name, :ingestion_input_configuration, :role_arn, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#dataset_name ⇒ String
The name of the dataset being used by the data ingestion job.
      4032 4033 4034 4035 4036 4037 4038 4039  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4032 class StartDataIngestionJobRequest < Struct.new( :dataset_name, :ingestion_input_configuration, :role_arn, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Specifies information for the input data for the data ingestion job, including dataset S3 location.
      4032 4033 4034 4035 4036 4037 4038 4039  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4032 class StartDataIngestionJobRequest < Struct.new( :dataset_name, :ingestion_input_configuration, :role_arn, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.
      4032 4033 4034 4035 4036 4037 4038 4039  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4032 class StartDataIngestionJobRequest < Struct.new( :dataset_name, :ingestion_input_configuration, :role_arn, :client_token) SENSITIVE = [] include Aws::Structure end  |