Class: Aws::Glue::Types::StartImportLabelsTaskRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


22200
22201
22202
22203
22204
# File 'lib/aws-sdk-glue/types.rb', line 22200

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