Class: Aws::AppStream::Types::UpdateThemeForStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateThemeForStackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes_to_delete ⇒ Array<String>
The attributes to delete.
-
#favicon_s3_location ⇒ Types::S3Location
The S3 location of the favicon.
-
#footer_links ⇒ Array<Types::ThemeFooterLink>
The links that are displayed in the footer of the streaming application catalog page.
-
#organization_logo_s3_location ⇒ Types::S3Location
The organization logo that appears on the streaming application catalog page.
-
#stack_name ⇒ String
The name of the stack for the theme.
-
#state ⇒ String
Specifies whether custom branding should be applied to catalog page or not.
-
#theme_styling ⇒ String
The color theme that is applied to website links, text, and buttons.
-
#title_text ⇒ String
The title that is displayed at the top of the browser tab during users’ application streaming sessions.
Instance Attribute Details
#attributes_to_delete ⇒ Array<String>
The attributes to delete.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |
#favicon_s3_location ⇒ Types::S3Location
The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users’ streaming sessions.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |
#footer_links ⇒ Array<Types::ThemeFooterLink>
The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization’s IT support and product marketing sites.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |
#organization_logo_s3_location ⇒ Types::S3Location
The organization logo that appears on the streaming application catalog page.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack for the theme.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Specifies whether custom branding should be applied to catalog page or not.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |
#theme_styling ⇒ String
The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |
#title_text ⇒ String
The title that is displayed at the top of the browser tab during users’ application streaming sessions.
5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 |
# File 'lib/aws-sdk-appstream/types.rb', line 5782 class UpdateThemeForStackRequest < Struct.new( :stack_name, :footer_links, :title_text, :theme_styling, :organization_logo_s3_location, :favicon_s3_location, :state, :attributes_to_delete) SENSITIVE = [] include Aws::Structure end |