Class: Aws::Types::GetPartitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPartitionRequest
- 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.
-
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
3896 3897 3898 |
# File 'sig/types.rbs', line 3896 def audit_context @audit_context end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def database_name @database_name end |
#partition_values ⇒ ::Array[::String]
Returns the value of attribute partition_values.
3895 3896 3897 |
# File 'sig/types.rbs', line 3895 def partition_values @partition_values end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def table_name @table_name end |