Class: Aws::AppStream::Types::Theme

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#created_timeTime

The time the theme was created.

Returns:

  • (Time)


5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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_nameString

The stack that has the custom branding theme.

Returns:

  • (String)


5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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

#stateString

The state of the theme.

Returns:

  • (String)


5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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_urlString

The URL of the icon that displays at the top of a user’s browser tab during streaming sessions.

Returns:

  • (String)


5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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

The website links that display in the catalog page footer.

Returns:



5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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_urlString

The URL of the logo that displays in the catalog page header.

Returns:

  • (String)


5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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_stylingString

The color that is used for the website links, text, buttons, and catalog page background.

Returns:

  • (String)


5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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_textString

The browser tab page title.

Returns:

  • (String)


5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File '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