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)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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>)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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:



1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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)


1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1875

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