Class: Aws::LakeFormation::Types::ListPermissionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if this is not the first call to retrieve this list.

Returns:

  • (String)


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_permissionsArray<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