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