Class: Aws::LicenseManager::Types::GetLicenseAssetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseAssetGroupResponse
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_asset_group ⇒ Types::LicenseAssetGroup
License asset group.
Instance Attribute Details
#license_asset_group ⇒ Types::LicenseAssetGroup
License asset group.
1605 1606 1607 1608 1609 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1605 class GetLicenseAssetGroupResponse < Struct.new( :license_asset_group) SENSITIVE = [] include Aws::Structure end |