Class: Aws::LakeFormation::Types::ListPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ListPermissionsRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#include_related ⇒ String
Indicates that related permissions should be included in the results.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
-
#principal ⇒ Types::DataLakePrincipal
Specifies a principal to filter the permissions returned.
-
#resource ⇒ Types::Resource
A resource where you will get a list of the principal permissions.
-
#resource_type ⇒ String
Specifies a resource type to filter the permissions returned.
Instance Attribute Details
#catalog_id ⇒ String
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2556 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |
#include_related ⇒ String
Indicates that related permissions should be included in the results.
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2556 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2556 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2556 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::DataLakePrincipal
Specifies a principal to filter the permissions returned.
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2556 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
A resource where you will get a list of the principal permissions.
This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2556 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Specifies a resource type to filter the permissions returned.
2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2556 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |