Class: Aws::MarketplaceAgreement::Types::Acceptor

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

Overview

The details of the party accepting the agreement terms. This is commonly the buyer for PurchaseAgreement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID of the acceptor.

Returns:

  • (String)


126
127
128
129
130
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 126

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