Class: Aws::LakeFormation::Types::TableObject

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Specifies the details of a governed table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

Returns:

  • (String)


3289
3290
3291
3292
3293
3294
3295
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3289

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

#sizeInteger

The size of the Amazon S3 object in bytes.

Returns:

  • (Integer)


3289
3290
3291
3292
3293
3294
3295
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3289

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

#uriString

The Amazon S3 location of the object.

Returns:

  • (String)


3289
3290
3291
3292
3293
3294
3295
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3289

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