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.
991 992 993 |
# File 'sig/types.rbs', line 991 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
990 991 992 |
# File 'sig/types.rbs', line 990 def column_name_list @column_name_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
987 988 989 |
# File 'sig/types.rbs', line 987 def database_name @database_name end |
#last_execution_attempt ⇒ Types::ExecutionAttempt
Returns the value of attribute last_execution_attempt.
997 998 999 |
# File 'sig/types.rbs', line 997 def last_execution_attempt @last_execution_attempt end |
#role ⇒ ::String
Returns the value of attribute role.
992 993 994 |
# File 'sig/types.rbs', line 992 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
993 994 995 |
# File 'sig/types.rbs', line 993 def sample_size @sample_size end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
989 990 991 |
# File 'sig/types.rbs', line 989 def schedule @schedule end |
#schedule_type ⇒ "CRON", "AUTO"
Returns the value of attribute schedule_type.
995 996 997 |
# File 'sig/types.rbs', line 995 def schedule_type @schedule_type end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
994 995 996 |
# File 'sig/types.rbs', line 994 def security_configuration @security_configuration end |
#setting_source ⇒ "CATALOG", "TABLE"
Returns the value of attribute setting_source.
996 997 998 |
# File 'sig/types.rbs', line 996 def setting_source @setting_source end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
988 989 990 |
# File 'sig/types.rbs', line 988 def table_name @table_name end |