Class: Aws::Types::UpdateColumnStatisticsTaskSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateColumnStatisticsTaskSettingsRequest
- 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.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7891 7892 7893 |
# File 'sig/types.rbs', line 7891 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
7889 7890 7891 |
# File 'sig/types.rbs', line 7889 def column_name_list @column_name_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7885 7886 7887 |
# File 'sig/types.rbs', line 7885 def database_name @database_name end |
#role ⇒ ::String
Returns the value of attribute role.
7887 7888 7889 |
# File 'sig/types.rbs', line 7887 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
7890 7891 7892 |
# File 'sig/types.rbs', line 7890 def sample_size @sample_size end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7888 7889 7890 |
# File 'sig/types.rbs', line 7888 def schedule @schedule end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
7892 7893 7894 |
# File 'sig/types.rbs', line 7892 def security_configuration @security_configuration end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7886 7887 7888 |
# File 'sig/types.rbs', line 7886 def table_name @table_name end |