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.
7933 7934 7935 |
# File 'sig/types.rbs', line 7933 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
7931 7932 7933 |
# File 'sig/types.rbs', line 7931 def column_name_list @column_name_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7927 7928 7929 |
# File 'sig/types.rbs', line 7927 def database_name @database_name end |
#role ⇒ ::String
Returns the value of attribute role.
7929 7930 7931 |
# File 'sig/types.rbs', line 7929 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
7932 7933 7934 |
# File 'sig/types.rbs', line 7932 def sample_size @sample_size end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7930 7931 7932 |
# File 'sig/types.rbs', line 7930 def schedule @schedule end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
7934 7935 7936 |
# File 'sig/types.rbs', line 7934 def security_configuration @security_configuration end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7928 7929 7930 |
# File 'sig/types.rbs', line 7928 def table_name @table_name end |