Class: Aws::LakeFormation::Types::BatchRevokePermissionsResponse

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

#failuresArray<Types::BatchPermissionsFailureEntry>

A list of failures to revoke permissions to the resources.



317
318
319
320
321
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 317

class BatchRevokePermissionsResponse < Struct.new(
  :failures)
  SENSITIVE = []
  include Aws::Structure
end