Class: Aws::Types::Table
- Inherits:
-
Object
- Object
- Aws::Types::Table
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#federated_table ⇒ Types::FederatedTable
Returns the value of attribute federated_table.
-
#iceberg_table_metadata ⇒ Types::IcebergTableMetadata
Returns the value of attribute iceberg_table_metadata.
-
#is_materialized_view ⇒ Boolean
Returns the value of attribute is_materialized_view.
-
#is_multi_dialect_view ⇒ Boolean
Returns the value of attribute is_multi_dialect_view.
-
#is_registered_with_lake_formation ⇒ Boolean
Returns the value of attribute is_registered_with_lake_formation.
-
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
-
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
-
#retention ⇒ ::Integer
Returns the value of attribute retention.
-
#status ⇒ Types::TableStatus
Returns the value of attribute status.
-
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
-
#table_type ⇒ ::String
Returns the value of attribute table_type.
-
#target_table ⇒ Types::TableIdentifier
Returns the value of attribute target_table.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#view_definition ⇒ Types::ViewDefinition
Returns the value of attribute view_definition.
-
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
-
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7526 7527 7528 |
# File 'sig/types.rbs', line 7526 def catalog_id @catalog_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
7512 7513 7514 |
# File 'sig/types.rbs', line 7512 def create_time @create_time end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
7523 7524 7525 |
# File 'sig/types.rbs', line 7523 def created_by @created_by end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7509 7510 7511 |
# File 'sig/types.rbs', line 7509 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
7510 7511 7512 |
# File 'sig/types.rbs', line 7510 def description @description end |
#federated_table ⇒ Types::FederatedTable
Returns the value of attribute federated_table.
7528 7529 7530 |
# File 'sig/types.rbs', line 7528 def federated_table @federated_table end |
#iceberg_table_metadata ⇒ Types::IcebergTableMetadata
Returns the value of attribute iceberg_table_metadata.
7532 7533 7534 |
# File 'sig/types.rbs', line 7532 def @iceberg_table_metadata end |
#is_materialized_view ⇒ Boolean
Returns the value of attribute is_materialized_view.
7531 7532 7533 |
# File 'sig/types.rbs', line 7531 def is_materialized_view @is_materialized_view end |
#is_multi_dialect_view ⇒ Boolean
Returns the value of attribute is_multi_dialect_view.
7530 7531 7532 |
# File 'sig/types.rbs', line 7530 def is_multi_dialect_view @is_multi_dialect_view end |
#is_registered_with_lake_formation ⇒ Boolean
Returns the value of attribute is_registered_with_lake_formation.
7524 7525 7526 |
# File 'sig/types.rbs', line 7524 def is_registered_with_lake_formation @is_registered_with_lake_formation end |
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
7514 7515 7516 |
# File 'sig/types.rbs', line 7514 def last_access_time @last_access_time end |
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
7515 7516 7517 |
# File 'sig/types.rbs', line 7515 def last_analyzed_time @last_analyzed_time end |
#name ⇒ ::String
Returns the value of attribute name.
7508 7509 7510 |
# File 'sig/types.rbs', line 7508 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
7511 7512 7513 |
# File 'sig/types.rbs', line 7511 def owner @owner end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
7522 7523 7524 |
# File 'sig/types.rbs', line 7522 def parameters @parameters end |
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
7518 7519 7520 |
# File 'sig/types.rbs', line 7518 def partition_keys @partition_keys end |
#retention ⇒ ::Integer
Returns the value of attribute retention.
7516 7517 7518 |
# File 'sig/types.rbs', line 7516 def retention @retention end |
#status ⇒ Types::TableStatus
Returns the value of attribute status.
7533 7534 7535 |
# File 'sig/types.rbs', line 7533 def status @status end |
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
7517 7518 7519 |
# File 'sig/types.rbs', line 7517 def storage_descriptor @storage_descriptor end |
#table_type ⇒ ::String
Returns the value of attribute table_type.
7521 7522 7523 |
# File 'sig/types.rbs', line 7521 def table_type @table_type end |
#target_table ⇒ Types::TableIdentifier
Returns the value of attribute target_table.
7525 7526 7527 |
# File 'sig/types.rbs', line 7525 def target_table @target_table end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
7513 7514 7515 |
# File 'sig/types.rbs', line 7513 def update_time @update_time end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
7527 7528 7529 |
# File 'sig/types.rbs', line 7527 def version_id @version_id end |
#view_definition ⇒ Types::ViewDefinition
Returns the value of attribute view_definition.
7529 7530 7531 |
# File 'sig/types.rbs', line 7529 def view_definition @view_definition end |
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def @view_expanded_text end |
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
7519 7520 7521 |
# File 'sig/types.rbs', line 7519 def view_original_text @view_original_text end |