Class: Aws::PartnerCentralAccount::Types::SellerProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::SellerProfileSummary
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
A summary view of a seller profile containing basic identifying information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the seller profile.
-
#name ⇒ String
The display name of the seller.
Instance Attribute Details
#id ⇒ String
The unique identifier of the seller profile.
2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2220 class SellerProfileSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the seller.
2220 2221 2222 2223 2224 2225 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2220 class SellerProfileSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |