Class: Aws::LicenseManager::Types::UpdateLicenseAssetGroupRequest

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

#associated_license_asset_ruleset_arnsArray<String>

ARNs of associated license asset rulesets.

Returns:

  • (Array<String>)


4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)


4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

License asset group description.

Returns:

  • (String)


4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#license_asset_group_arnString

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

Returns:

  • (String)


4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#license_asset_group_configurationsArray<Types::LicenseAssetGroupConfiguration>

License asset group configurations.



4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

License asset group name.

Returns:

  • (String)


4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<Types::LicenseAssetGroupProperty>

License asset group properties.



4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

License asset group status. The possible values are ‘ACTIVE` | `DISABLED`.

Returns:

  • (String)


4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
# File 'lib/aws-sdk-licensemanager/types.rb', line 4744

class UpdateLicenseAssetGroupRequest < Struct.new(
  :name,
  :description,
  :license_asset_group_configurations,
  :associated_license_asset_ruleset_arns,
  :properties,
  :license_asset_group_arn,
  :status,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end