Class: Aws::Glue::Types::CreateColumnStatisticsTaskSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateColumnStatisticsTaskSettingsRequest
- 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.
-
#tags ⇒ Hash<String,String>
A map of tags.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#column_name_list ⇒ Array<String>
A list of column names for which to run statistics.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database where the table resides.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role used for running the column statistics.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#sample_size ⇒ Float
The percentage of data to sample.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ String
A schedule for running the column statistics, specified in CRON syntax.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#security_configuration ⇒ String
Name of the security configuration that is used to encrypt CloudWatch logs.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which to generate column statistics.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of tags.
4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 |
# File 'lib/aws-sdk-glue/types.rb', line 4900 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |