Class: Aws::Types::UpdatePartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePartitionRequest
- 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_input ⇒ Types::PartitionInput
Returns the value of attribute partition_input.
-
#partition_value_list ⇒ ::Array[::String]
Returns the value of attribute partition_value_list.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
8139 8140 8141 |
# File 'sig/types.rbs', line 8139 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
8140 8141 8142 |
# File 'sig/types.rbs', line 8140 def database_name @database_name end |
#partition_input ⇒ Types::PartitionInput
Returns the value of attribute partition_input.
8143 8144 8145 |
# File 'sig/types.rbs', line 8143 def partition_input @partition_input end |
#partition_value_list ⇒ ::Array[::String]
Returns the value of attribute partition_value_list.
8142 8143 8144 |
# File 'sig/types.rbs', line 8142 def partition_value_list @partition_value_list end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
8141 8142 8143 |
# File 'sig/types.rbs', line 8141 def table_name @table_name end |