Class: Aws::AppStream::Types::ThemeFooterLink

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

Overview

The website links that display in the catalog page footer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The name of the websites that display in the catalog page footer.

Returns:

  • (String)


5042
5043
5044
5045
5046
5047
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5042

class ThemeFooterLink < Struct.new(
  :display_name,
  :footer_link_url)
  SENSITIVE = []
  include Aws::Structure
end

The URL of the websites that display in the catalog page footer.

Returns:

  • (String)


5042
5043
5044
5045
5046
5047
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5042

class ThemeFooterLink < Struct.new(
  :display_name,
  :footer_link_url)
  SENSITIVE = []
  include Aws::Structure
end