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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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)


1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1375

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.



1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1375

class GetEffectivePermissionsForPathResponse < Struct.new(
  :permissions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end