Class: Aws::Types::GetTemporaryGluePartitionCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTemporaryGluePartitionCredentialsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#partition ⇒ Types::PartitionValueList
Returns the value of attribute partition.
-
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]
Returns the value of attribute permissions.
-
#supported_permission_types ⇒ ::Array[("COLUMN_PERMISSION" | "CELL_FILTER_PERMISSION" | "NESTED_PERMISSION" | "NESTED_CELL_PERMISSION")]
Returns the value of attribute supported_permission_types.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
Returns the value of attribute audit_context.
562 563 564 |
# File 'sig/types.rbs', line 562 def audit_context @audit_context end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
561 562 563 |
# File 'sig/types.rbs', line 561 def duration_seconds @duration_seconds end |
#partition ⇒ Types::PartitionValueList
Returns the value of attribute partition.
559 560 561 |
# File 'sig/types.rbs', line 559 def partition @partition end |
#permissions ⇒ ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "DESCRIBE" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS" | "CREATE_LF_TAG" | "ASSOCIATE" | "GRANT_WITH_LF_TAG_EXPRESSION" | "CREATE_LF_TAG_EXPRESSION" | "CREATE_CATALOG" | "SUPER_USER")]
Returns the value of attribute permissions.
560 561 562 |
# File 'sig/types.rbs', line 560 def @permissions end |
#supported_permission_types ⇒ ::Array[("COLUMN_PERMISSION" | "CELL_FILTER_PERMISSION" | "NESTED_PERMISSION" | "NESTED_CELL_PERMISSION")]
Returns the value of attribute supported_permission_types.
563 564 565 |
# File 'sig/types.rbs', line 563 def @supported_permission_types end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
558 559 560 |
# File 'sig/types.rbs', line 558 def table_arn @table_arn end |