Class: Aws::LicenseManager::Types::UpdateLicenseAssetGroupResponse

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_group_arnString

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

Returns:

  • (String)


4767
4768
4769
4770
4771
4772
# File 'lib/aws-sdk-licensemanager/types.rb', line 4767

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

#statusString

License asset group status.

Returns:

  • (String)


4767
4768
4769
4770
4771
4772
# File 'lib/aws-sdk-licensemanager/types.rb', line 4767

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