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)


3271
3272
3273
3274
3275
3276
3277
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3271

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

#sizeInteger

The size of the Amazon S3 object in bytes.

Returns:

  • (Integer)


3271
3272
3273
3274
3275
3276
3277
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3271

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

#uriString

The Amazon S3 location of the object.

Returns:

  • (String)


3271
3272
3273
3274
3275
3276
3277
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3271

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