Class: Aws::LicenseManager::Types::GetLicenseAssetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetLicenseAssetGroupResponse
- Includes:
- Structure
- Defined in:
- 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.
1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1598 class GetLicenseAssetGroupResponse < Struct.new( :license_asset_group) SENSITIVE = [] include Aws::Structure end |