Class: Aws::Glue::Types::ColumnStatisticsTaskSettings

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

Overview

The settings for a column statistics task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog in which the database resides.

Returns:

  • (String)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#column_name_listArray<String>

A list of column names for which to run statistics.

Returns:

  • (Array<String>)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database where the table resides.

Returns:

  • (String)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#last_execution_attemptTypes::ExecutionAttempt

The last ExecutionAttempt for the column statistics task run.



3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The role used for running the column statistics.

Returns:

  • (String)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#sample_sizeFloat

The percentage of data to sample.

Returns:

  • (Float)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleTypes::Schedule

A schedule for running the column statistics, specified in CRON syntax.

Returns:



3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#schedule_typeString

The type of schedule for a column statistics task. Possible values may be CRON or AUTO.

Returns:

  • (String)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#security_configurationString

Name of the security configuration that is used to encrypt CloudWatch logs.

Returns:

  • (String)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#setting_sourceString

The source of setting the column statistics task. Possible values may be CATALOG or TABLE.

Returns:

  • (String)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table for which to generate column statistics.

Returns:

  • (String)


3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3516

class ColumnStatisticsTaskSettings < Struct.new(
  :database_name,
  :table_name,
  :schedule,
  :column_name_list,
  :catalog_id,
  :role,
  :sample_size,
  :security_configuration,
  :schedule_type,
  :setting_source,
  :last_execution_attempt)
  SENSITIVE = []
  include Aws::Structure
end