Class: Aws::LakeFormation::Types::AddLFTagsToResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::AddLFTagsToResourceResponse
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::LFTagError>
A list of failures to tag the resource.
Instance Attribute Details
#failures ⇒ Array<Types::LFTagError>
A list of failures to tag the resource.
59 60 61 62 63 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 59 class AddLFTagsToResourceResponse < Struct.new( :failures) SENSITIVE = [] include Aws::Structure end |