Class: Aws::LicenseManager::Types::CreateLicenseAssetGroupResponse

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)


615
616
617
618
619
620
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 615

class CreateLicenseAssetGroupResponse < Struct.new(
  :license_asset_group_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

License asset group status.

Returns:

  • (String)


615
616
617
618
619
620
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 615

class CreateLicenseAssetGroupResponse < Struct.new(
  :license_asset_group_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end