Class: Aws::Budgets::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_tags ⇒ Array<Types::ResourceTag>
The tags associated with the resource.
Instance Attribute Details
#resource_tags ⇒ Array<Types::ResourceTag>
The tags associated with the resource.
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 |