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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 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.
23982 23983 23984 23985 23986 23987 23988 23989 23990 23991 23992 23993 |
# File 'lib/aws-sdk-glue/types.rb', line 23982 class UpdateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration) SENSITIVE = [] include Aws::Structure end |