Class: Aws::Budgets::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_tagsArray<Types::ResourceTag>

The tags associated with the resource.

Returns:



1712
1713
1714
1715
1716
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1712

class ListTagsForResourceResponse < Struct.new(
  :resource_tags)
  SENSITIVE = []
  include Aws::Structure
end