Class: Aws::BillingConductor::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the resource.
2240 2241 2242 2243 2244 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2240 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |