Class: Aws::LicenseManager::Types::DeleteLicenseAssetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::DeleteLicenseAssetGroupRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_asset_group_arn ⇒ String
Amazon Resource Name (ARN) of the license asset group.
Instance Attribute Details
#license_asset_group_arn ⇒ String
Amazon Resource Name (ARN) of the license asset group.
1220 1221 1222 1223 1224 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1220 class DeleteLicenseAssetGroupRequest < Struct.new( :license_asset_group_arn) SENSITIVE = [] include Aws::Structure end |