Class: Aws::LakeFormation::Types::GetEffectivePermissionsForPathResponse

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)


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

#permissionsArray<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