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.
1902 1903 1904 1905 1906 1907 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1902 class PartnerProfileSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the partner.
1902 1903 1904 1905 1906 1907 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1902 class PartnerProfileSummary < Struct.new( :id, :name) SENSITIVE = [] include Aws::Structure end |