Class: Aws::Types::GetTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes_to_get ⇒ ::Array[("NAME" | "TABLE_TYPE" | "DEFAULT" | "LATEST_ICEBERG_METADATA")]
Returns the value of attribute attributes_to_get.
-
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#include_status_details ⇒ Boolean
Returns the value of attribute include_status_details.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#attributes_to_get ⇒ ::Array[("NAME" | "TABLE_TYPE" | "DEFAULT" | "LATEST_ICEBERG_METADATA")]
Returns the value of attribute attributes_to_get.
4129 4130 4131 |
# File 'sig/types.rbs', line 4129 def attributes_to_get @attributes_to_get end |
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def audit_context @audit_context end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
4122 4123 4124 |
# File 'sig/types.rbs', line 4122 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4123 4124 4125 |
# File 'sig/types.rbs', line 4123 def database_name @database_name end |
#include_status_details ⇒ Boolean
Returns the value of attribute include_status_details.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def include_status_details @include_status_details end |
#name ⇒ ::String
Returns the value of attribute name.
4124 4125 4126 |
# File 'sig/types.rbs', line 4124 def name @name end |
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
4126 4127 4128 |
# File 'sig/types.rbs', line 4126 def query_as_of_time @query_as_of_time end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
4125 4126 4127 |
# File 'sig/types.rbs', line 4125 def transaction_id @transaction_id end |