Class: Aws::LakeFormation::Types::PrincipalResourcePermissions
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::PrincipalResourcePermissions
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
The permissions granted or revoked on a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_details ⇒ Types::DetailsMap
This attribute can be used to return any additional details of
PrincipalResourcePermissions
. -
#permissions ⇒ Array<String>
The permissions to be granted or revoked on the resource.
-
#permissions_with_grant_option ⇒ Array<String>
Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).
-
#principal ⇒ Types::DataLakePrincipal
The Data Lake principal to be granted or revoked permissions.
-
#resource ⇒ Types::Resource
The resource where permissions are to be granted or revoked.
Instance Attribute Details
#additional_details ⇒ Types::DetailsMap
This attribute can be used to return any additional details of
PrincipalResourcePermissions
. Currently returns only as a RAM
resource share ARN.
3083 3084 3085 3086 3087 3088 3089 3090 3091 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3083 class PrincipalResourcePermissions < Struct.new( :principal, :resource, :permissions, :permissions_with_grant_option, :additional_details) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Array<String>
The permissions to be granted or revoked on the resource.
3083 3084 3085 3086 3087 3088 3089 3090 3091 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3083 class PrincipalResourcePermissions < Struct.new( :principal, :resource, :permissions, :permissions_with_grant_option, :additional_details) SENSITIVE = [] include Aws::Structure end |
#permissions_with_grant_option ⇒ Array<String>
Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).
3083 3084 3085 3086 3087 3088 3089 3090 3091 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3083 class PrincipalResourcePermissions < Struct.new( :principal, :resource, :permissions, :permissions_with_grant_option, :additional_details) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::DataLakePrincipal
The Data Lake principal to be granted or revoked permissions.
3083 3084 3085 3086 3087 3088 3089 3090 3091 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3083 class PrincipalResourcePermissions < Struct.new( :principal, :resource, :permissions, :permissions_with_grant_option, :additional_details) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
The resource where permissions are to be granted or revoked.
3083 3084 3085 3086 3087 3088 3089 3090 3091 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3083 class PrincipalResourcePermissions < Struct.new( :principal, :resource, :permissions, :permissions_with_grant_option, :additional_details) SENSITIVE = [] include Aws::Structure end |