Class: Aws::MarketplaceAgreement::Types::Proposer

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

Overview

Details of the party proposing the agreement terms,. This is commonly the seller for PurchaseAgreement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID of the proposer.

Returns:

  • (String)


798
799
800
801
802
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 798

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