Class: Aws::LakeFormation::Types::RevokePermissionsRequest

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)


3001
3002
3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3001

class RevokePermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource,
  :permissions,
  :permissions_with_grant_option)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsArray<String>

The permissions revoked to the principal on the resource. For information about permissions, see Security and Access Control to Metadata and Data.

Returns:

  • (Array<String>)


3001
3002
3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3001

class RevokePermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource,
  :permissions,
  :permissions_with_grant_option)
  SENSITIVE = []
  include Aws::Structure
end

#permissions_with_grant_optionArray<String>

Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.

Returns:

  • (Array<String>)


3001
3002
3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3001

class RevokePermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource,
  :permissions,
  :permissions_with_grant_option)
  SENSITIVE = []
  include Aws::Structure
end

#principalTypes::DataLakePrincipal

The principal to be revoked permissions on the resource.



3001
3002
3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3001

class RevokePermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource,
  :permissions,
  :permissions_with_grant_option)
  SENSITIVE = []
  include Aws::Structure
end

#resourceTypes::Resource

The resource to which permissions are to be revoked.

Returns:



3001
3002
3003
3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3001

class RevokePermissionsRequest < Struct.new(
  :catalog_id,
  :principal,
  :resource,
  :permissions,
  :permissions_with_grant_option)
  SENSITIVE = []
  include Aws::Structure
end