Class: Aws::AppRegistry::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags on the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags on the resource.
967 968 969 970 971 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 967 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |