Class: Aws::PartnerCentralAccount::Types::SellerProfileSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The unique identifier of the seller profile.

Returns:

  • (String)


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

#nameString

The display name of the seller.

Returns:

  • (String)


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