Class: Aws::LakeFormation::Types::TableObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::TableObject
- 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
-
#etag ⇒ String
The Amazon S3 ETag of the object.
-
#size ⇒ Integer
The size of the Amazon S3 object in bytes.
-
#uri ⇒ String
The Amazon S3 location of the object.
Instance Attribute Details
#etag ⇒ String
The Amazon S3 ETag of the object. Returned by GetTableObjects
for
validation and used to identify changes to the underlying data.
3494 3495 3496 3497 3498 3499 3500 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3494 class TableObject < Struct.new( :uri, :etag, :size) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
The size of the Amazon S3 object in bytes.
3494 3495 3496 3497 3498 3499 3500 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3494 class TableObject < Struct.new( :uri, :etag, :size) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The Amazon S3 location of the object.
3494 3495 3496 3497 3498 3499 3500 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3494 class TableObject < Struct.new( :uri, :etag, :size) SENSITIVE = [] include Aws::Structure end |