Class: Aws::LakeFormation::Types::ListPermissionsRequest

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

#catalog_idString

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.

Returns:

  • (String)


2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2312

class ListPermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource_type,
  :resource,
  :next_token,
  :max_results,
  :include_related)
  SENSITIVE = []
  include Aws::Structure
end

Indicates that related permissions should be included in the results.

Returns:

  • (String)


2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2312

class ListPermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource_type,
  :resource,
  :next_token,
  :max_results,
  :include_related)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2312

class ListPermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource_type,
  :resource,
  :next_token,
  :max_results,
  :include_related)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is not the first call to retrieve this list.

Returns:

  • (String)


2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2312

class ListPermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource_type,
  :resource,
  :next_token,
  :max_results,
  :include_related)
  SENSITIVE = []
  include Aws::Structure
end

#principalTypes::DataLakePrincipal

Specifies a principal to filter the permissions returned.



2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2312

class ListPermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource_type,
  :resource,
  :next_token,
  :max_results,
  :include_related)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::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.

Returns:



2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2312

class ListPermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource_type,
  :resource,
  :next_token,
  :max_results,
  :include_related)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Specifies a resource type to filter the permissions returned.

Returns:

  • (String)


2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 2312

class ListPermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource_type,
  :resource,
  :next_token,
  :max_results,
  :include_related)
  SENSITIVE = []
  include Aws::Structure
end