Class: Aws::AppStream::Types::ThemeFooterLink
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ThemeFooterLink
- 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
-
#display_name ⇒ String
The name of the websites that display in the catalog page footer.
-
#footer_link_url ⇒ String
The URL of the websites that display in the catalog page footer.
Instance Attribute Details
#display_name ⇒ String
The name of the websites that display in the catalog page footer.
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 |
#footer_link_url ⇒ String
The URL of the websites that display in the catalog page footer.
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 |