Class: Aws::Types::GetTableObjectsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTableObjectsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
-
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
525 526 527 |
# File 'sig/types.rbs', line 525 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
526 527 528 |
# File 'sig/types.rbs', line 526 def database_name @database_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
531 532 533 |
# File 'sig/types.rbs', line 531 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
532 533 534 |
# File 'sig/types.rbs', line 532 def next_token @next_token end |
#partition_predicate ⇒ ::String
Returns the value of attribute partition_predicate.
530 531 532 |
# File 'sig/types.rbs', line 530 def partition_predicate @partition_predicate end |
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
529 530 531 |
# File 'sig/types.rbs', line 529 def query_as_of_time @query_as_of_time end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
527 528 529 |
# File 'sig/types.rbs', line 527 def table_name @table_name end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def transaction_id @transaction_id end |