Class: Aws::MarketplaceDiscovery::Types::SellerInformation

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

Overview

Information about a seller, including the profile identifier and display name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_name ⇒ String

The human-readable name of the seller.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3279

class SellerInformation < Struct.new(
  :seller_profile_id,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end

#seller_profile_id ⇒ String

The unique identifier of the seller profile.

Returns:

  • (String)


3279
3280
3281
3282
3283
3284
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3279

class SellerInformation < Struct.new(
  :seller_profile_id,
  :display_name)
  SENSITIVE = []
  include Aws::Structure
end