Class: Aws::LicenseManager::Types::CreateLicenseAssetRulesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateLicenseAssetRulesetResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_asset_ruleset_arn ⇒ String
Amazon Resource Name (ARN) of the license asset ruleset.
Instance Attribute Details
#license_asset_ruleset_arn ⇒ String
Amazon Resource Name (ARN) of the license asset ruleset.
661 662 663 664 665 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 661 class CreateLicenseAssetRulesetResponse < Struct.new( :license_asset_ruleset_arn) SENSITIVE = [] include Aws::Structure end |