Class: Aws::LakeFormation::Types::GetEffectivePermissionsForPathRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::GetEffectivePermissionsForPathRequest
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
When making an API call, you may pass GetEffectivePermissionsForPathRequest data as a hash:
{
catalog_id: "CatalogIdString",
resource_arn: "ResourceArnString", # required
next_token: "Token",
max_results: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The identifier for the Data Catalog.
-
#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.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to get permissions.
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.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1524 class GetEffectivePermissionsForPathRequest < Struct.new( :catalog_id, :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1524 class GetEffectivePermissionsForPathRequest < Struct.new( :catalog_id, :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is not the first call to retrieve this list.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1524 class GetEffectivePermissionsForPathRequest < Struct.new( :catalog_id, :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to get permissions.
1524 1525 1526 1527 1528 1529 1530 1531 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1524 class GetEffectivePermissionsForPathRequest < Struct.new( :catalog_id, :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |