Class: Aws::Billing::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_tagsArray<Types::ResourceTag>

A list of tag key value pairs that are associated with the resource.

Returns:



677
678
679
680
681
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 677

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