Class: Aws::LakeFormation::Types::DeleteObjectsOnCancelRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The Glue data catalog that contains the governed table. Defaults to the current account ID.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 967

class DeleteObjectsOnCancelRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :transaction_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The database that contains the governed table.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 967

class DeleteObjectsOnCancelRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :transaction_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#objectsArray<Types::VirtualObject>

A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.

Returns:



967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 967

class DeleteObjectsOnCancelRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :transaction_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the governed table.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 967

class DeleteObjectsOnCancelRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :transaction_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_idString

ID of the transaction that the writes occur in.

Returns:

  • (String)


967
968
969
970
971
972
973
974
975
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 967

class DeleteObjectsOnCancelRequest < Struct.new(
  :catalog_id,
  :database_name,
  :table_name,
  :transaction_id,
  :objects)
  SENSITIVE = []
  include Aws::Structure
end