Class: Aws::Types::GetTemporaryGluePartitionCredentialsRequest

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:



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.

Returns:

  • (::Integer)


561
562
563
# File 'sig/types.rbs', line 561

def duration_seconds
  @duration_seconds
end

#partitionTypes::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.

Returns:

  • (::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")])


560
561
562
# File 'sig/types.rbs', line 560

def permissions
  @permissions
end

#supported_permission_types::Array[("COLUMN_PERMISSION" | "CELL_FILTER_PERMISSION" | "NESTED_PERMISSION" | "NESTED_CELL_PERMISSION")]

Returns the value of attribute supported_permission_types.

Returns:

  • (::Array[("COLUMN_PERMISSION" | "CELL_FILTER_PERMISSION" | "NESTED_PERMISSION" | "NESTED_CELL_PERMISSION")])


563
564
565
# File 'sig/types.rbs', line 563

def supported_permission_types
  @supported_permission_types
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def table_arn
  @table_arn
end