Class: Aws::LakeFormation::Types::AddLFTagsToResourceResponse

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::LFTagError>

A list of failures to tag the resource.

Returns:



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