Class: Aws::LicenseManager::Types::UpdateLicenseAssetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UpdateLicenseAssetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_license_asset_ruleset_arns ⇒ Array<String>
ARNs of associated license asset rulesets.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
License asset group description.
-
#license_asset_group_arn ⇒ String
Amazon Resource Name (ARN) of the license asset group.
-
#license_asset_group_configurations ⇒ Array<Types::LicenseAssetGroupConfiguration>
License asset group configurations.
-
#name ⇒ String
License asset group name.
-
#properties ⇒ Array<Types::LicenseAssetGroupProperty>
License asset group properties.
-
#status ⇒ String
License asset group status.
Instance Attribute Details
#associated_license_asset_ruleset_arns ⇒ Array<String>
ARNs of associated license asset rulesets.
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_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
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 |
#description ⇒ String
License asset group description.
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_arn ⇒ String
Amazon Resource Name (ARN) of the license asset group.
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_configurations ⇒ Array<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 |
#name ⇒ String
License asset group name.
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 |
#properties ⇒ Array<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 |
#status ⇒ String
License asset group status. The possible values are ‘ACTIVE` | `DISABLED`.
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 |