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.



323
324
325
326
327
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 323

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