class Aws::LicenseManager::Types::ListLicenseSpecificationsForResourceRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] resource_arn

Amazon Resource Name (ARN) of a resource that has an associated
license configuration.
@return [String]

@!attribute [rw] max_results

Maximum number of results to return in a single call.
@return [Integer]

@!attribute [rw] next_token

Token for the next set of results.
@return [String]

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

Constants

SENSITIVE