Class: Aws::Types::BatchGetPartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPartitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#partitions_to_get ⇒ ::Array[Types::PartitionValueList]
Returns the value of attribute partitions_to_get.
-
#query_session_context ⇒ Types::QuerySessionContext
Returns the value of attribute query_session_context.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
389 390 391 |
# File 'sig/types.rbs', line 389 def audit_context @audit_context end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
386 387 388 |
# File 'sig/types.rbs', line 386 def database_name @database_name end |
#partitions_to_get ⇒ ::Array[Types::PartitionValueList]
Returns the value of attribute partitions_to_get.
388 389 390 |
# File 'sig/types.rbs', line 388 def partitions_to_get @partitions_to_get end |
#query_session_context ⇒ Types::QuerySessionContext
Returns the value of attribute query_session_context.
390 391 392 |
# File 'sig/types.rbs', line 390 def query_session_context @query_session_context end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
387 388 389 |
# File 'sig/types.rbs', line 387 def table_name @table_name end |