Class: Aws::LicenseManager::Types::GetLicenseAssetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseAssetGroupRequest
- 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.
1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1586 class GetLicenseAssetGroupRequest < Struct.new( :license_asset_group_arn) SENSITIVE = [] include Aws::Structure end |