Class: Aws::PartnerCentralBenefits::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of key-value pairs representing the tags associated with the resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of key-value pairs representing the tags associated with the resource.
1431 1432 1433 1434 1435 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1431 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |