Class: Aws::LakeFormation::Types::VirtualObject

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#etagString

The ETag of the Amazon S3 object.

Returns:

  • (String)


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

#uriString

The path to the Amazon S3 object. Must start with s3://

Returns:

  • (String)


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