Class: Aws::Types::CreatePartitionIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePartitionIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#partition_index ⇒ Types::PartitionIndex
Returns the value of attribute partition_index.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def database_name @database_name end |
#partition_index ⇒ Types::PartitionIndex
Returns the value of attribute partition_index.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def partition_index @partition_index end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def table_name @table_name end |