Class: Aws::LicenseManager::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::TagResourceRequest
- 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.
-
#tags ⇒ Array<Types::Tag>
One or more tags.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the resource. The following examples provide an example ARN for each supported resource in License Manager:
-
Licenses - ‘arn:aws:license-manager::111122223333:license:l-EXAMPLE2da7646d6861033667f20e895`
-
Grants - ‘arn:aws:license-manager::111122223333:grant:g-EXAMPLE7b19f4a0ab73679b0beb52707`
-
License configurations - ‘arn:aws:license-manager:us-east-1:111122223333:license-configuration:lic-EXAMPLE6a788d4c8acd4264ff0ecf2ed2d`
-
Report generators - ‘arn:aws:license-manager:us-east-1:111122223333:report-generator:r-EXAMPLE825b4a4f8fe5a3e0c88824e5fc6`
3686 3687 3688 3689 3690 3691 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3686 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags.
3686 3687 3688 3689 3690 3691 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3686 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |