Class: Aws::Glue::Types::StartImportLabelsTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartImportLabelsTaskRunResponse
- Defined in:
- gems/aws-sdk-glue/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.
23966 23967 23968 23969 23970 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23966 class StartImportLabelsTaskRunResponse < Struct.new( :task_run_id) SENSITIVE = [] include Aws::Structure end |