Class: Aws::LicenseManager::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
-
#tags ⇒ Array<Types::Tag>
One or more tags.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the license configuration.
3651 3652 3653 3654 3655 3656 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3651 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags.
3651 3652 3653 3654 3655 3656 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3651 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |