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.
8181 8182 8183 |
# File 'sig/types.rbs', line 8181 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
8182 8183 8184 |
# File 'sig/types.rbs', line 8182 def database_name @database_name end |
#partition_input ⇒ Types::PartitionInput
Returns the value of attribute partition_input.
8185 8186 8187 |
# File 'sig/types.rbs', line 8185 def partition_input @partition_input end |
#partition_value_list ⇒ ::Array[::String]
Returns the value of attribute partition_value_list.
8184 8185 8186 |
# File 'sig/types.rbs', line 8184 def partition_value_list @partition_value_list end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
8183 8184 8185 |
# File 'sig/types.rbs', line 8183 def table_name @table_name end |