Class: Aws::LakeFormation::Types::BatchRevokePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::BatchRevokePermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::BatchPermissionsFailureEntry>
A list of failures to revoke permissions to the resources.
Instance Attribute Details
#failures ⇒ Array<Types::BatchPermissionsFailureEntry>
A list of failures to revoke permissions to the resources.
317 318 319 320 321 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 317 class BatchRevokePermissionsResponse < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |