Class: Aws::LakeFormation::Types::DeleteObjectsOnCancelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::DeleteObjectsOnCancelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The Glue data catalog that contains the governed table.
-
#database_name ⇒ String
The database that contains the governed table.
-
#objects ⇒ Array<Types::VirtualObject>
A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.
-
#table_name ⇒ String
The name of the governed table.
-
#transaction_id ⇒ String
ID of the transaction that the writes occur in.
Instance Attribute Details
#catalog_id ⇒ String
The Glue data catalog that contains the governed table. Defaults to the current account ID.
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_name ⇒ String
The database that contains the governed table.
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 |
#objects ⇒ Array<Types::VirtualObject>
A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.
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_name ⇒ String
The name of the governed table.
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_id ⇒ String
ID of the transaction that the writes occur in.
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 |