Class: Aws::Types::StartColumnStatisticsTaskRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartColumnStatisticsTaskRunRequest
- 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.
-
#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.
7164 7165 7166 |
# File 'sig/types.rbs', line 7164 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
7161 7162 7163 |
# File 'sig/types.rbs', line 7161 def column_name_list @column_name_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7159 7160 7161 |
# File 'sig/types.rbs', line 7159 def database_name @database_name end |
#role ⇒ ::String
Returns the value of attribute role.
7162 7163 7164 |
# File 'sig/types.rbs', line 7162 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
7163 7164 7165 |
# File 'sig/types.rbs', line 7163 def sample_size @sample_size end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
7165 7166 7167 |
# File 'sig/types.rbs', line 7165 def security_configuration @security_configuration end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7160 7161 7162 |
# File 'sig/types.rbs', line 7160 def table_name @table_name end |