Class: Aws::Types::GetTemporaryGlueTableCredentialsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#audit_contextTypes::AuditContext

Returns the value of attribute audit_context.

Returns:



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.

Returns:



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.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def permissions
  @permissions
end

#query_session_contextTypes::QuerySessionContext

Returns the value of attribute query_session_context.

Returns:



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.

Returns:



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.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def supported_permission_types
  @supported_permission_types
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:



576
577
578
# File 'sig/types.rbs', line 576

def table_arn
  @table_arn
end