Class: Aws::Types::GetTablesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTablesRequest
- 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.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#include_status_details ⇒ Boolean
Returns the value of attribute include_status_details.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
4178 4179 4180 |
# File 'sig/types.rbs', line 4178 def attributes_to_get @attributes_to_get end |
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
4176 4177 4178 |
# File 'sig/types.rbs', line 4176 def audit_context @audit_context end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
4169 4170 4171 |
# File 'sig/types.rbs', line 4169 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
4170 4171 4172 |
# File 'sig/types.rbs', line 4170 def database_name @database_name end |
#expression ⇒ ::String
Returns the value of attribute expression.
4171 4172 4173 |
# File 'sig/types.rbs', line 4171 def expression @expression end |
#include_status_details ⇒ Boolean
Returns the value of attribute include_status_details.
4177 4178 4179 |
# File 'sig/types.rbs', line 4177 def include_status_details @include_status_details end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4173 4174 4175 |
# File 'sig/types.rbs', line 4173 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4172 4173 4174 |
# File 'sig/types.rbs', line 4172 def next_token @next_token end |
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
4175 4176 4177 |
# File 'sig/types.rbs', line 4175 def query_as_of_time @query_as_of_time end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
4174 4175 4176 |
# File 'sig/types.rbs', line 4174 def transaction_id @transaction_id end |