Class: Aws::Types::CreateColumnStatisticsTaskSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateColumnStatisticsTaskSettingsRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def column_name_list @column_name_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def database_name @database_name end |
#role ⇒ ::String
Returns the value of attribute role.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def sample_size @sample_size end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def schedule @schedule end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def security_configuration @security_configuration end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def table_name @table_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def @tags end |