Class: Aws::LicenseManagerUserSubscriptions::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags for the specified resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags for the specified resource.
919 920 921 922 923 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 919 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [:tags] include Aws::Structure end |