Class: Aws::Glue::Types::GetColumnStatisticsTaskRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_statistics_task_run_idString

The identifier for the particular column statistics task run.

Returns:

  • (String)


9240
9241
9242
9243
9244
# File 'lib/aws-sdk-glue/types.rb', line 9240

class GetColumnStatisticsTaskRunRequest < Struct.new(
  :column_statistics_task_run_id)
  SENSITIVE = []
  include Aws::Structure
end