Class: Aws::PartnerCentralSelling::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs for the tag or tags assigned to the specified resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A map of the key-value pairs for the tag or tags assigned to the specified resource.
3805 3806 3807 3808 3809 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3805 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |