Class: Aws::LakeFormation::Types::GetTemporaryGluePartitionCredentialsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetTemporaryGluePartitionCredentialsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_context ⇒ Types::AuditContext
A structure representing context to access a resource (column names, query ID, etc).
-
#duration_seconds ⇒ Integer
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
-
#partition ⇒ Types::PartitionValueList
A list of partition values identifying a single partition.
-
#permissions ⇒ Array<String>
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
-
#supported_permission_types ⇒ Array<String>
A list of supported permission types for the partition.
-
#table_arn ⇒ String
The ARN of the partitions’ table.
Instance Attribute Details
#audit_context ⇒ Types::AuditContext
A structure representing context to access a resource (column names, query ID, etc).
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1806 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#duration_seconds ⇒ Integer
The time period, between 900 and 21,600 seconds, for the timeout of the temporary credentials.
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1806 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#partition ⇒ Types::PartitionValueList
A list of partition values identifying a single partition.
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1806 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
Filters the request based on the user having been granted a list of specified permissions on the requested resource(s).
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1806 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#supported_permission_types ⇒ Array<String>
A list of supported permission types for the partition. Valid values are ‘COLUMN_PERMISSION` and `CELL_FILTER_PERMISSION`.
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1806 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The ARN of the partitions’ table.
1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1806 class GetTemporaryGluePartitionCredentialsRequest < Struct.new( :table_arn, :partition, :permissions, :duration_seconds, :audit_context, :supported_permission_types) SENSITIVE = [] include Aws::Structure end |