Class: Aws::LicenseManager::Types::UpdateLicenseAssetRulesetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UpdateLicenseAssetRulesetResponse
- 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.
4813 4814 4815 4816 4817 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4813 class UpdateLicenseAssetRulesetResponse < Struct.new( :license_asset_ruleset_arn) SENSITIVE = [] include Aws::Structure end |