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.
7122 7123 7124 |
# File 'sig/types.rbs', line 7122 def catalog_id @catalog_id end |
#column_name_list ⇒ ::Array[::String]
Returns the value of attribute column_name_list.
7119 7120 7121 |
# File 'sig/types.rbs', line 7119 def column_name_list @column_name_list end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7117 7118 7119 |
# File 'sig/types.rbs', line 7117 def database_name @database_name end |
#role ⇒ ::String
Returns the value of attribute role.
7120 7121 7122 |
# File 'sig/types.rbs', line 7120 def role @role end |
#sample_size ⇒ ::Float
Returns the value of attribute sample_size.
7121 7122 7123 |
# File 'sig/types.rbs', line 7121 def sample_size @sample_size end |
#security_configuration ⇒ ::String
Returns the value of attribute security_configuration.
7123 7124 7125 |
# File 'sig/types.rbs', line 7123 def security_configuration @security_configuration end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7118 7119 7120 |
# File 'sig/types.rbs', line 7118 def table_name @table_name end |