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.
8171 8172 8173 |
# File 'sig/types.rbs', line 8171 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
8172 8173 8174 |
# File 'sig/types.rbs', line 8172 def database_name @database_name end |
#partition_input ⇒ Types::PartitionInput
Returns the value of attribute partition_input.
8175 8176 8177 |
# File 'sig/types.rbs', line 8175 def partition_input @partition_input end |
#partition_value_list ⇒ ::Array[::String]
Returns the value of attribute partition_value_list.
8174 8175 8176 |
# File 'sig/types.rbs', line 8174 def partition_value_list @partition_value_list end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
8173 8174 8175 |
# File 'sig/types.rbs', line 8173 def table_name @table_name end |