Class: Aws::Glue::Types::GetColumnStatisticsTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetColumnStatisticsTaskRunResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_statistics_task_run ⇒ Types::ColumnStatisticsTaskRun
A
ColumnStatisticsTaskRun
object representing the details of the column stats run.
Instance Attribute Details
#column_statistics_task_run ⇒ Types::ColumnStatisticsTaskRun
A ColumnStatisticsTaskRun
object representing the details of the
column stats run.
11358 11359 11360 11361 11362 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11358 class GetColumnStatisticsTaskRunResponse < Struct.new( :column_statistics_task_run) SENSITIVE = [] include Aws::Structure end |