Class: Aws::LicenseManager::Types::GetLicenseAssetGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_asset_group_arnString

Amazon Resource Name (ARN) of the license asset group.

Returns:

  • (String)


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