Class: Aws::Glue::Types::StartExportLabelsTaskRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_run_idString

The unique identifier for the task run.

Returns:

  • (String)


20044
20045
20046
20047
20048
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20044

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