Class: Aws::PartnerCentralAccount::Types::LocalizedContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::LocalizedContent
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Contains localized content for a partner profile in a specific language or locale.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The localized description of the partner's business and services.
-
#display_name ⇒ String
The localized display name for the partner.
-
#locale ⇒ String
The locale or language code for the localized content.
-
#logo_url ⇒ String
The URL to the partner's logo image for this locale.
-
#website_url ⇒ String
The localized website URL for the partner.
Instance Attribute Details
#description ⇒ String
The localized description of the partner's business and services.
1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1768 class LocalizedContent < Struct.new( :display_name, :description, :website_url, :logo_url, :locale) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The localized display name for the partner.
1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1768 class LocalizedContent < Struct.new( :display_name, :description, :website_url, :logo_url, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale or language code for the localized content.
1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1768 class LocalizedContent < Struct.new( :display_name, :description, :website_url, :logo_url, :locale) SENSITIVE = [] include Aws::Structure end |
#logo_url ⇒ String
The URL to the partner's logo image for this locale.
1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1768 class LocalizedContent < Struct.new( :display_name, :description, :website_url, :logo_url, :locale) SENSITIVE = [] include Aws::Structure end |
#website_url ⇒ String
The localized website URL for the partner.
1768 1769 1770 1771 1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1768 class LocalizedContent < Struct.new( :display_name, :description, :website_url, :logo_url, :locale) SENSITIVE = [] include Aws::Structure end |