Class: Aws::Glue::Types::GetColumnStatisticsTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetColumnStatisticsTaskRunRequest
- 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_id ⇒ String
The identifier for the particular column statistics task run.
Instance Attribute Details
#column_statistics_task_run_id ⇒ String
The identifier for the particular column statistics task run.
11323 11324 11325 11326 11327 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11323 class GetColumnStatisticsTaskRunRequest < Struct.new( :column_statistics_task_run_id) SENSITIVE = [] include Aws::Structure end |