Class: Aws::MarketplaceDiscovery::Types::SellerInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::SellerInformation
- 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
-
#display_name ⇒ String
The human-readable name of the seller.
-
#seller_profile_id ⇒ String
The unique identifier of the seller profile.
Instance Attribute Details
#display_name ⇒ String
The human-readable name of the seller.
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.
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 |