Class: Aws::LakeFormation::Types::UpdateTableObjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::UpdateTableObjectsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The catalog containing the governed table to update.
-
#database_name ⇒ String
The database containing the governed table to update.
-
#table_name ⇒ String
The governed table to update.
-
#transaction_id ⇒ String
The transaction at which to do the write.
-
#write_operations ⇒ Array<Types::WriteOperation>
A list of ‘WriteOperation` objects that define an object to add to or delete from the manifest for a governed table.
Instance Attribute Details
#catalog_id ⇒ String
The catalog containing the governed table to update. Defaults to the caller’s account ID.
3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3921 class UpdateTableObjectsRequest < Struct.new( :catalog_id, :database_name, :table_name, :transaction_id, :write_operations) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The database containing the governed table to update.
3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3921 class UpdateTableObjectsRequest < Struct.new( :catalog_id, :database_name, :table_name, :transaction_id, :write_operations) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The governed table to update.
3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3921 class UpdateTableObjectsRequest < Struct.new( :catalog_id, :database_name, :table_name, :transaction_id, :write_operations) SENSITIVE = [] include Aws::Structure end |
#transaction_id ⇒ String
The transaction at which to do the write.
3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3921 class UpdateTableObjectsRequest < Struct.new( :catalog_id, :database_name, :table_name, :transaction_id, :write_operations) SENSITIVE = [] include Aws::Structure end |
#write_operations ⇒ Array<Types::WriteOperation>
A list of ‘WriteOperation` objects that define an object to add to or delete from the manifest for a governed table.
3921 3922 3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3921 class UpdateTableObjectsRequest < Struct.new( :catalog_id, :database_name, :table_name, :transaction_id, :write_operations) SENSITIVE = [] include Aws::Structure end |