Class: Aws::PartnerCentralAccount::Types::PartnerProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::PartnerProfile
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Contains comprehensive profile information for a partner including public-facing details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the partner's business, services, and capabilities.
-
#display_name ⇒ String
The public display name for the partner organization.
-
#industry_segments ⇒ Array<String>
The industry segments or verticals that the partner serves.
-
#localized_contents ⇒ Array<Types::LocalizedContent>
A list of localized content versions for different languages and regions.
-
#logo_url ⇒ String
The URL to the partner's logo image.
-
#primary_solution_type ⇒ String
The primary type of solution or service the partner provides.
-
#profile_id ⇒ String
The unique identifier of the partner profile.
-
#translation_source_locale ⇒ String
The source locale used for automatic translation of profile content.
-
#website_url ⇒ String
The partner's primary website URL.
Instance Attribute Details
#description ⇒ String
A description of the partner's business, services, and capabilities.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The public display name for the partner organization.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#industry_segments ⇒ Array<String>
The industry segments or verticals that the partner serves.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#localized_contents ⇒ Array<Types::LocalizedContent>
A list of localized content versions for different languages and regions.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#logo_url ⇒ String
The URL to the partner's logo image.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#primary_solution_type ⇒ String
The primary type of solution or service the partner provides.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique identifier of the partner profile.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#translation_source_locale ⇒ String
The source locale used for automatic translation of profile content.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |
#website_url ⇒ String
The partner's primary website URL.
1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1862 class PartnerProfile < Struct.new( :display_name, :description, :website_url, :logo_url, :primary_solution_type, :industry_segments, :translation_source_locale, :localized_contents, :profile_id) SENSITIVE = [] include Aws::Structure end |