Class: Aws::LakeFormation::Types::GetEffectivePermissionsForPathResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetEffectivePermissionsForPathResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
-
#permissions ⇒ Array<Types::PrincipalResourcePermissions>
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
1471 1472 1473 1474 1475 1476 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1471 class GetEffectivePermissionsForPathResponse < Struct.new( :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<Types::PrincipalResourcePermissions>
A list of the permissions for the specified table or database resource located at the path in Amazon S3.
1471 1472 1473 1474 1475 1476 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1471 class GetEffectivePermissionsForPathResponse < Struct.new( :permissions, :next_token) SENSITIVE = [] include Aws::Structure end |