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)


1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-lakeformation/types.rb', line 1023

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)


1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-lakeformation/types.rb', line 1023

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:



1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-lakeformation/types.rb', line 1023

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)


1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-lakeformation/types.rb', line 1023

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)


1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-lakeformation/types.rb', line 1023

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