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)


2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2233

class SellerProfileSummary < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the seller.

Returns:

  • (String)


2233
2234
2235
2236
2237
2238
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2233

class SellerProfileSummary < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end