You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MarketplaceMetering::Types::RegisterUsageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegisterUsageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  product_code: "ProductCode", # required
  public_key_version: 1, # required
  nonce: "Nonce",
}

Instance Attribute Summary collapse

Instance Attribute Details

#nonceString

(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.

Returns:

  • (String)

    (Optional) To scope down the registration to a specific running software instance and guard against replay attacks.

#product_codeString

Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.

Returns:

  • (String)

    Product code is used to uniquely identify a product in AWS Marketplace.

#public_key_versionInteger

Public Key Version provided by AWS Marketplace

Returns:

  • (Integer)

    Public Key Version provided by AWS Marketplace.