Class: Aws::LakeFormation::Types::BatchRevokePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::BatchRevokePermissionsResponse
- Defined in:
- gems/aws-sdk-lakeformation/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.
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 |