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.
1755 1756 1757 1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1755 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.
1755 1756 1757 1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1755 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.
1755 1756 1757 1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1755 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.
1755 1756 1757 1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1755 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.
1755 1756 1757 1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1755 class LocalizedContent < Struct.new( :display_name, :description, :website_url, :logo_url, :locale) SENSITIVE = [] include Aws::Structure end |