Class: Aws::Glue::Types::ExportLabelsTaskRunProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#output_s3_pathString

The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.

Returns:

  • (String)


8571
8572
8573
8574
8575
# File 'lib/aws-sdk-glue/types.rb', line 8571

class ExportLabelsTaskRunProperties < Struct.new(
  :output_s3_path)
  SENSITIVE = []
  include Aws::Structure
end