Class: Aws::Types::GetTemporaryGlueTableCredentialsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTemporaryGlueTableCredentialsRequest
- 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.
-
#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.
-
#query_session_context ⇒ Types::QuerySessionContext
Returns the value of attribute query_session_context.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
-
#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.
579 580 581 |
# File 'sig/types.rbs', line 579 def audit_context @audit_context end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
578 579 580 |
# File 'sig/types.rbs', line 578 def duration_seconds @duration_seconds 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.
577 578 579 |
# File 'sig/types.rbs', line 577 def @permissions end |
#query_session_context ⇒ Types::QuerySessionContext
Returns the value of attribute query_session_context.
582 583 584 |
# File 'sig/types.rbs', line 582 def query_session_context @query_session_context end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
581 582 583 |
# File 'sig/types.rbs', line 581 def s3_path @s3_path end |
#supported_permission_types ⇒ ::Array[("COLUMN_PERMISSION" | "CELL_FILTER_PERMISSION" | "NESTED_PERMISSION" | "NESTED_CELL_PERMISSION")]
Returns the value of attribute supported_permission_types.
580 581 582 |
# File 'sig/types.rbs', line 580 def @supported_permission_types end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
576 577 578 |
# File 'sig/types.rbs', line 576 def table_arn @table_arn end |