Class: Aws::Glue::Types::StartExportLabelsTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartExportLabelsTaskRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_run_id ⇒ String
The unique identifier for the task run.
Instance Attribute Details
#task_run_id ⇒ String
The unique identifier for the task run.
22130 22131 22132 22133 22134 |
# File 'lib/aws-sdk-glue/types.rb', line 22130 class StartExportLabelsTaskRunResponse < Struct.new( :task_run_id) SENSITIVE = [] include Aws::Structure end |