Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::AppStream::Types::UpdateThemeForStackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_to_deleteArray<String>

The attributes to delete.

Returns:

  • (Array<String>)

5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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_locationTypes::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.

Returns:


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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

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.

Returns:


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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_locationTypes::S3Location

The organization logo that appears on the streaming application catalog page.

Returns:


5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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_nameString

The name of the stack for the theme.

Returns:

  • (String)

5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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

#stateString

Specifies whether custom branding should be applied to catalog page or not.

Returns:

  • (String)

5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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_stylingString

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.

Returns:

  • (String)

5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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_textString

The title that is displayed at the top of the browser tab during users' application streaming sessions.

Returns:

  • (String)

5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5789

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