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.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def database_name @database_name end |
#partition_index ⇒ Types::PartitionIndex
Returns the value of attribute partition_index.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def partition_index @partition_index end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def table_name @table_name end |