Class: Aws::Signer::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tags associated with the signing profile.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags associated with the signing profile.
827 828 829 830 831 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 827 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |