Class: Aws::PartnerCentralAccount::Types::PartnerProfile

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

Instance Attribute Details

#descriptionString

A description of the partner's business, services, and capabilities.

Returns:

  • (String)


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_nameString

The public display name for the partner organization.

Returns:

  • (String)


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_segmentsArray<String>

The industry segments or verticals that the partner serves.

Returns:

  • (Array<String>)


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_contentsArray<Types::LocalizedContent>

A list of localized content versions for different languages and regions.

Returns:



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_urlString

The URL to the partner's logo image.

Returns:

  • (String)


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_typeString

The primary type of solution or service the partner provides.

Returns:

  • (String)


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_idString

The unique identifier of the partner profile.

Returns:

  • (String)


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_localeString

The source locale used for automatic translation of profile content.

Returns:

  • (String)


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_urlString

The partner's primary website URL.

Returns:

  • (String)


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