Class: Aws::LicenseManager::Types::GetLicenseAssetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_asset_groupTypes::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