Class: Aws::Transfer::Types::UpdateWebAppCustomizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateWebAppCustomizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:logo_file, :favicon_file]
Instance Attribute Summary collapse
-
#favicon_file ⇒ String
Specify icon file data string (in base64 encoding).
-
#logo_file ⇒ String
Specify logo file data string (in base64 encoding).
-
#title ⇒ String
Provide an updated title.
-
#web_app_id ⇒ String
Provide the identifier of the web app that you are updating.
Instance Attribute Details
#favicon_file ⇒ String
Specify icon file data string (in base64 encoding).
7088 7089 7090 7091 7092 7093 7094 7095 |
# File 'lib/aws-sdk-transfer/types.rb', line 7088 class UpdateWebAppCustomizationRequest < Struct.new( :web_app_id, :title, :logo_file, :favicon_file) SENSITIVE = [:logo_file, :favicon_file] include Aws::Structure end |
#logo_file ⇒ String
Specify logo file data string (in base64 encoding).
7088 7089 7090 7091 7092 7093 7094 7095 |
# File 'lib/aws-sdk-transfer/types.rb', line 7088 class UpdateWebAppCustomizationRequest < Struct.new( :web_app_id, :title, :logo_file, :favicon_file) SENSITIVE = [:logo_file, :favicon_file] include Aws::Structure end |
#title ⇒ String
Provide an updated title.
7088 7089 7090 7091 7092 7093 7094 7095 |
# File 'lib/aws-sdk-transfer/types.rb', line 7088 class UpdateWebAppCustomizationRequest < Struct.new( :web_app_id, :title, :logo_file, :favicon_file) SENSITIVE = [:logo_file, :favicon_file] include Aws::Structure end |
#web_app_id ⇒ String
Provide the identifier of the web app that you are updating.
7088 7089 7090 7091 7092 7093 7094 7095 |
# File 'lib/aws-sdk-transfer/types.rb', line 7088 class UpdateWebAppCustomizationRequest < Struct.new( :web_app_id, :title, :logo_file, :favicon_file) SENSITIVE = [:logo_file, :favicon_file] include Aws::Structure end |