Class: Aws::AppStream::Types::Theme
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::Theme
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
The custom branding theme, which might include a custom logo, website links, and other branding to display to users.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_time ⇒ Time
The time the theme was created.
-
#stack_name ⇒ String
The stack that has the custom branding theme.
-
#state ⇒ String
The state of the theme.
-
#theme_favicon_url ⇒ String
The URL of the icon that displays at the top of a user's browser tab during streaming sessions.
-
#theme_footer_links ⇒ Array<Types::ThemeFooterLink>
The website links that display in the catalog page footer.
-
#theme_organization_logo_url ⇒ String
The URL of the logo that displays in the catalog page header.
-
#theme_styling ⇒ String
The color that is used for the website links, text, buttons, and catalog page background.
-
#theme_title_text ⇒ String
The browser tab page title.
Instance Attribute Details
#created_time ⇒ Time
The time the theme was created.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The stack that has the custom branding theme.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the theme.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |
#theme_favicon_url ⇒ String
The URL of the icon that displays at the top of a user's browser tab during streaming sessions.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |
#theme_footer_links ⇒ Array<Types::ThemeFooterLink>
The website links that display in the catalog page footer.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |
#theme_organization_logo_url ⇒ String
The URL of the logo that displays in the catalog page header.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |
#theme_styling ⇒ String
The color that is used for the website links, text, buttons, and catalog page background.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |
#theme_title_text ⇒ String
The browser tab page title.
5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5017 class Theme < Struct.new( :stack_name, :state, :theme_title_text, :theme_styling, :theme_footer_links, :theme_organization_logo_url, :theme_favicon_url, :created_time) SENSITIVE = [] include Aws::Structure end |