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.
7536 7537 7538 |
# File 'sig/types.rbs', line 7536 def catalog_id @catalog_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
7522 7523 7524 |
# File 'sig/types.rbs', line 7522 def create_time @create_time end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
7533 7534 7535 |
# File 'sig/types.rbs', line 7533 def created_by @created_by end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7519 7520 7521 |
# File 'sig/types.rbs', line 7519 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def description @description end |
#federated_table ⇒ Types::FederatedTable
Returns the value of attribute federated_table.
7538 7539 7540 |
# File 'sig/types.rbs', line 7538 def federated_table @federated_table end |
#iceberg_table_metadata ⇒ Types::IcebergTableMetadata
Returns the value of attribute iceberg_table_metadata.
7542 7543 7544 |
# File 'sig/types.rbs', line 7542 def @iceberg_table_metadata end |
#is_materialized_view ⇒ Boolean
Returns the value of attribute is_materialized_view.
7541 7542 7543 |
# File 'sig/types.rbs', line 7541 def is_materialized_view @is_materialized_view end |
#is_multi_dialect_view ⇒ Boolean
Returns the value of attribute is_multi_dialect_view.
7540 7541 7542 |
# File 'sig/types.rbs', line 7540 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.
7534 7535 7536 |
# File 'sig/types.rbs', line 7534 def is_registered_with_lake_formation @is_registered_with_lake_formation end |
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
7524 7525 7526 |
# File 'sig/types.rbs', line 7524 def last_access_time @last_access_time end |
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
7525 7526 7527 |
# File 'sig/types.rbs', line 7525 def last_analyzed_time @last_analyzed_time end |
#name ⇒ ::String
Returns the value of attribute name.
7518 7519 7520 |
# File 'sig/types.rbs', line 7518 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
7521 7522 7523 |
# File 'sig/types.rbs', line 7521 def owner @owner end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
7532 7533 7534 |
# File 'sig/types.rbs', line 7532 def parameters @parameters end |
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
7528 7529 7530 |
# File 'sig/types.rbs', line 7528 def partition_keys @partition_keys end |
#retention ⇒ ::Integer
Returns the value of attribute retention.
7526 7527 7528 |
# File 'sig/types.rbs', line 7526 def retention @retention end |
#status ⇒ Types::TableStatus
Returns the value of attribute status.
7543 7544 7545 |
# File 'sig/types.rbs', line 7543 def status @status end |
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
7527 7528 7529 |
# File 'sig/types.rbs', line 7527 def storage_descriptor @storage_descriptor end |
#table_type ⇒ ::String
Returns the value of attribute table_type.
7531 7532 7533 |
# File 'sig/types.rbs', line 7531 def table_type @table_type end |
#target_table ⇒ Types::TableIdentifier
Returns the value of attribute target_table.
7535 7536 7537 |
# File 'sig/types.rbs', line 7535 def target_table @target_table end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
7523 7524 7525 |
# File 'sig/types.rbs', line 7523 def update_time @update_time end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
7537 7538 7539 |
# File 'sig/types.rbs', line 7537 def version_id @version_id end |
#view_definition ⇒ Types::ViewDefinition
Returns the value of attribute view_definition.
7539 7540 7541 |
# File 'sig/types.rbs', line 7539 def view_definition @view_definition end |
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
7530 7531 7532 |
# File 'sig/types.rbs', line 7530 def @view_expanded_text end |
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
7529 7530 7531 |
# File 'sig/types.rbs', line 7529 def view_original_text @view_original_text end |