Class: Aws::Glue::Types::StartColumnStatisticsTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartColumnStatisticsTaskRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_statistics_task_run_id ⇒ String
The identifier for the column statistics task run.
Instance Attribute Details
#column_statistics_task_run_id ⇒ String
The identifier for the column statistics task run.
23664 23665 23666 23667 23668 |
# File 'lib/aws-sdk-glue/types.rb', line 23664 class StartColumnStatisticsTaskRunResponse < Struct.new( :column_statistics_task_run_id) SENSITIVE = [] include Aws::Structure end |