Class: Aws::Types::ColumnStatisticsTaskSettings
- Inherits:
-
Object
- Object
- Aws::Types::ColumnStatisticsTaskSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#last_execution_attempt ⇒ Types::ExecutionAttempt
Returns the value of attribute last_execution_attempt.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
-
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#schedule_type ⇒ "CRON", "AUTO"
Returns the value of attribute schedule_type.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#setting_source ⇒ "CATALOG", "TABLE"
Returns the value of attribute setting_source.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
995 996 997 |
# File 'sig/types.rbs', line 995 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
994 995 996 |
# File 'sig/types.rbs', line 994 def column_name_list @column_name_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
991 992 993 |
# File 'sig/types.rbs', line 991 def database_name @database_name end |
#last_execution_attempt ⇒ Types::ExecutionAttempt
Returns the value of attribute last_execution_attempt.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def last_execution_attempt @last_execution_attempt end |
#role ⇒ ::String
Returns the value of attribute role.
996 997 998 |
# File 'sig/types.rbs', line 996 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
997 998 999 |
# File 'sig/types.rbs', line 997 def sample_size @sample_size end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
993 994 995 |
# File 'sig/types.rbs', line 993 def schedule @schedule end |
#schedule_type ⇒ "CRON", "AUTO"
Returns the value of attribute schedule_type.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def schedule_type @schedule_type end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
998 999 1000 |
# File 'sig/types.rbs', line 998 def security_configuration @security_configuration end |
#setting_source ⇒ "CATALOG", "TABLE"
Returns the value of attribute setting_source.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def setting_source @setting_source end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
992 993 994 |
# File 'sig/types.rbs', line 992 def table_name @table_name end |