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.
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2580 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.
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2580 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.
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2580 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.
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2580 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.
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2580 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.
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2580 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.
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2580 class ListPermissionsRequest < Struct.new( :catalog_id, :principal, :resource_type, :resource, :next_token, :max_results, :include_related) SENSITIVE = [] include Aws::Structure end |