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

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 Glue data catalog that contains the governed table. Defaults to the current account ID.

Returns:

  • (String)


1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-lakeformation/types.rb', line 1045

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)


1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-lakeformation/types.rb', line 1045

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:



1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-lakeformation/types.rb', line 1045

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)


1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-lakeformation/types.rb', line 1045

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)


1045
1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-lakeformation/types.rb', line 1045

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