Class: Aws::LakeFormation::Types::BatchGrantPermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::BatchGrantPermissionsResponse
- 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 grant permissions to the resources.
Instance Attribute Details
#failures ⇒ Array<Types::BatchPermissionsFailureEntry>
A list of failures to grant permissions to the resources.
229 230 231 232 233 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 229 class BatchGrantPermissionsResponse < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |