Class: Aws::LicenseManager::Types::DeleteLicenseAssetRulesetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteLicenseAssetRulesetRequest
- Includes:
- Structure
- Defined in:
- 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.
1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1237 class DeleteLicenseAssetRulesetRequest < Struct.new( :license_asset_ruleset_arn) SENSITIVE = [] include Aws::Structure end |