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)


6081
6082
6083
6084
6085
6086
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 6081

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)


6081
6082
6083
6084
6085
6086
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 6081

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