Class: Aws::LakeFormation::Types::ListPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListPermissionsResponse
- 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.
-
#principal_resource_permissions ⇒ Array<Types::PrincipalResourcePermissions>
A list of principals and their permissions on the resource for the specified principal and resource types.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2580 class ListPermissionsResponse < Struct.new( :principal_resource_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#principal_resource_permissions ⇒ Array<Types::PrincipalResourcePermissions>
A list of principals and their permissions on the resource for the specified principal and resource types.
2580 2581 2582 2583 2584 2585 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 2580 class ListPermissionsResponse < Struct.new( :principal_resource_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |