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

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

Instance Attribute Details

#etagString

The ETag of the Amazon S3 object.

Returns:

  • (String)


3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3680

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)


3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3680

class VirtualObject < Struct.new(
  :uri,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end