Class: Aws::LicenseManager::Types::UpdateLicenseSpecificationsForResourceRequest

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

#add_license_specificationsArray<Types::LicenseSpecification>

ARNs of the license configurations to add.

Returns:



3865
3866
3867
3868
3869
3870
3871
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3865

class UpdateLicenseSpecificationsForResourceRequest < Struct.new(
  :resource_arn,
  :add_license_specifications,
  :remove_license_specifications)
  SENSITIVE = []
  include Aws::Structure
end

#remove_license_specificationsArray<Types::LicenseSpecification>

ARNs of the license configurations to remove.

Returns:



3865
3866
3867
3868
3869
3870
3871
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3865

class UpdateLicenseSpecificationsForResourceRequest < Struct.new(
  :resource_arn,
  :add_license_specifications,
  :remove_license_specifications)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon Resource Name (ARN) of the Amazon Web Services resource.

Returns:

  • (String)


3865
3866
3867
3868
3869
3870
3871
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3865

class UpdateLicenseSpecificationsForResourceRequest < Struct.new(
  :resource_arn,
  :add_license_specifications,
  :remove_license_specifications)
  SENSITIVE = []
  include Aws::Structure
end