Class: Aws::Glue::Types::UpdateColumnStatisticsTaskSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateColumnStatisticsTaskSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
-
#column_name_list ⇒ Array<String>
A list of column names for which to run statistics.
-
#database_name ⇒ String
The name of the database where the table resides.
-
#role ⇒ String
The role used for running the column statistics.
-
#sample_size ⇒ Float
The percentage of data to sample.
-
#schedule ⇒ String
A schedule for running the column statistics, specified in CRON syntax.
-
#security_configuration ⇒ String
Name of the security configuration that is used to encrypt CloudWatch logs.
-
#table_name ⇒ String
The name of the table for which to generate column statistics.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#column_name_list ⇒ Array<String>
A list of column names for which to run statistics.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database where the table resides.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role used for running the column statistics.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#sample_size ⇒ Float
The percentage of data to sample.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ String
A schedule for running the column statistics, specified in CRON syntax.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#security_configuration ⇒ String
Name of the security configuration that is used to encrypt CloudWatch logs.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which to generate column statistics.
26529 26530 26531 26532 26533 26534 26535 26536 26537 26538 26539 26540 |
# File 'lib/aws-sdk-glue/types.rb', line 26529 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |