Class: Aws::Billing::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_tags ⇒ Array<Types::ResourceTag>
A list of tag key value pairs that are associated with the resource.
Instance Attribute Details
#resource_tags ⇒ Array<Types::ResourceTag>
A list of tag key value pairs that are associated with the resource.
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 |