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.
7494 7495 7496 |
# File 'sig/types.rbs', line 7494 def catalog_id @catalog_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
7480 7481 7482 |
# File 'sig/types.rbs', line 7480 def create_time @create_time end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
7491 7492 7493 |
# File 'sig/types.rbs', line 7491 def created_by @created_by end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
7477 7478 7479 |
# File 'sig/types.rbs', line 7477 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
7478 7479 7480 |
# File 'sig/types.rbs', line 7478 def description @description end |
#federated_table ⇒ Types::FederatedTable
Returns the value of attribute federated_table.
7496 7497 7498 |
# File 'sig/types.rbs', line 7496 def federated_table @federated_table end |
#iceberg_table_metadata ⇒ Types::IcebergTableMetadata
Returns the value of attribute iceberg_table_metadata.
7500 7501 7502 |
# File 'sig/types.rbs', line 7500 def @iceberg_table_metadata end |
#is_materialized_view ⇒ Boolean
Returns the value of attribute is_materialized_view.
7499 7500 7501 |
# File 'sig/types.rbs', line 7499 def is_materialized_view @is_materialized_view end |
#is_multi_dialect_view ⇒ Boolean
Returns the value of attribute is_multi_dialect_view.
7498 7499 7500 |
# File 'sig/types.rbs', line 7498 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.
7492 7493 7494 |
# File 'sig/types.rbs', line 7492 def is_registered_with_lake_formation @is_registered_with_lake_formation end |
#last_access_time ⇒ ::Time
Returns the value of attribute last_access_time.
7482 7483 7484 |
# File 'sig/types.rbs', line 7482 def last_access_time @last_access_time end |
#last_analyzed_time ⇒ ::Time
Returns the value of attribute last_analyzed_time.
7483 7484 7485 |
# File 'sig/types.rbs', line 7483 def last_analyzed_time @last_analyzed_time end |
#name ⇒ ::String
Returns the value of attribute name.
7476 7477 7478 |
# File 'sig/types.rbs', line 7476 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
7479 7480 7481 |
# File 'sig/types.rbs', line 7479 def owner @owner end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
7490 7491 7492 |
# File 'sig/types.rbs', line 7490 def parameters @parameters end |
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
7486 7487 7488 |
# File 'sig/types.rbs', line 7486 def partition_keys @partition_keys end |
#retention ⇒ ::Integer
Returns the value of attribute retention.
7484 7485 7486 |
# File 'sig/types.rbs', line 7484 def retention @retention end |
#status ⇒ Types::TableStatus
Returns the value of attribute status.
7501 7502 7503 |
# File 'sig/types.rbs', line 7501 def status @status end |
#storage_descriptor ⇒ Types::StorageDescriptor
Returns the value of attribute storage_descriptor.
7485 7486 7487 |
# File 'sig/types.rbs', line 7485 def storage_descriptor @storage_descriptor end |
#table_type ⇒ ::String
Returns the value of attribute table_type.
7489 7490 7491 |
# File 'sig/types.rbs', line 7489 def table_type @table_type end |
#target_table ⇒ Types::TableIdentifier
Returns the value of attribute target_table.
7493 7494 7495 |
# File 'sig/types.rbs', line 7493 def target_table @target_table end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
7481 7482 7483 |
# File 'sig/types.rbs', line 7481 def update_time @update_time end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
7495 7496 7497 |
# File 'sig/types.rbs', line 7495 def version_id @version_id end |
#view_definition ⇒ Types::ViewDefinition
Returns the value of attribute view_definition.
7497 7498 7499 |
# File 'sig/types.rbs', line 7497 def view_definition @view_definition end |
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
7488 7489 7490 |
# File 'sig/types.rbs', line 7488 def @view_expanded_text end |
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
7487 7488 7489 |
# File 'sig/types.rbs', line 7487 def view_original_text @view_original_text end |