Class: Aws::LicenseManager::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource.
3684 3685 3686 3687 3688 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3684 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |