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:



1516
1517
1518
1519
1520
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1516

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