Class: Aws::LakeFormation::Types::VirtualObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::VirtualObject
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
An object that defines an Amazon S3 object to be deleted if a
transaction cancels, provided that VirtualPut
was called before
writing the object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The ETag of the Amazon S3 object.
-
#uri ⇒ String
The path to the Amazon S3 object.
Instance Attribute Details
#etag ⇒ String
The ETag of the Amazon S3 object.
4022 4023 4024 4025 4026 4027 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 4022 class VirtualObject < Struct.new( :uri, :etag) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The path to the Amazon S3 object. Must start with s3://
4022 4023 4024 4025 4026 4027 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 4022 class VirtualObject < Struct.new( :uri, :etag) SENSITIVE = [] include Aws::Structure end |