Class: Aws::LakeFormation::Types::VirtualObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::VirtualObject
- Includes:
- Structure
- Defined in:
- 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.
3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3988 class VirtualObject < Struct.new( :uri, :etag) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The path to the Amazon S3 object. Must start with s3://
3988 3989 3990 3991 3992 3993 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3988 class VirtualObject < Struct.new( :uri, :etag) SENSITIVE = [] include Aws::Structure end |