Class: Aws::Types::UpdateTableObjectsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTableObjectsRequest
- 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.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
-
#write_operations ⇒ ::Array[Types::WriteOperation]
Returns the value of attribute write_operations.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def database_name @database_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def table_name @table_name end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def transaction_id @transaction_id end |
#write_operations ⇒ ::Array[Types::WriteOperation]
Returns the value of attribute write_operations.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def write_operations @write_operations end |