Class: Aws::Glue::Types::ExportLabelsTaskRunProperties
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::ExportLabelsTaskRunProperties
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies configuration properties for an exporting labels task run.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #output_s3_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Simple Storage Service (Amazon S3) path where you will export the labels. 
Instance Attribute Details
#output_s3_path ⇒ String
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
| 10469 10470 10471 10472 10473 | # File 'lib/aws-sdk-glue/types.rb', line 10469 class ExportLabelsTaskRunProperties < Struct.new( :output_s3_path) SENSITIVE = [] include Aws::Structure end |