Class: Aws::LakeFormation::Types::UpdateTableObjectsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog containing the governed table to update. Defaults to the caller’s account ID.

Returns:

  • (String)


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_nameString

The database containing the governed table to update.

Returns:

  • (String)


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_nameString

The governed table to update.

Returns:

  • (String)


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_idString

The transaction at which to do the write.

Returns:

  • (String)


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_operationsArray<Types::WriteOperation>

A list of ‘WriteOperation` objects that define an object to add to or delete from the manifest for a governed table.

Returns:



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