class Aws::LicenseManager::Types::UpdateLicenseSpecificationsForResourceRequest

@note When making an API call, you may pass UpdateLicenseSpecificationsForResourceRequest

data as a hash:

    {
      resource_arn: "String", # required
      add_license_specifications: [
        {
          license_configuration_arn: "String", # required
          ami_association_scope: "String",
        },
      ],
      remove_license_specifications: [
        {
          license_configuration_arn: "String", # required
          ami_association_scope: "String",
        },
      ],
    }

@!attribute [rw] resource_arn

Amazon Resource Name (ARN) of the AWS resource.
@return [String]

@!attribute [rw] add_license_specifications

ARNs of the license configurations to add.
@return [Array<Types::LicenseSpecification>]

@!attribute [rw] remove_license_specifications

ARNs of the license configurations to remove.
@return [Array<Types::LicenseSpecification>]

@see docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseSpecificationsForResourceRequest AWS API Documentation

Constants

SENSITIVE