Class: Aws::MarketplaceMetering::Types::ResolveCustomerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/types.rb

Overview

Contains input to the ResolveCustomer operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registration_tokenString

When a buyer visits your website during the registration process, the buyer submits a registration token through the browser. The registration token is resolved to obtain a CustomerIdentifier along with the CustomerAWSAccountId and ProductCode.

Returns:

  • (String)


390
391
392
393
394
# File 'gems/aws-sdk-marketplacemetering/lib/aws-sdk-marketplacemetering/types.rb', line 390

class ResolveCustomerRequest < Struct.new(
  :registration_token)
  SENSITIVE = []
  include Aws::Structure
end