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).
7002 7003 7004 7005 7006 7007 7008 7009 |
# File 'lib/aws-sdk-transfer/types.rb', line 7002 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).
7002 7003 7004 7005 7006 7007 7008 7009 |
# File 'lib/aws-sdk-transfer/types.rb', line 7002 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.
7002 7003 7004 7005 7006 7007 7008 7009 |
# File 'lib/aws-sdk-transfer/types.rb', line 7002 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.
7002 7003 7004 7005 7006 7007 7008 7009 |
# File 'lib/aws-sdk-transfer/types.rb', line 7002 class UpdateWebAppCustomizationRequest < Struct.new( :web_app_id, :title, :logo_file, :favicon_file) SENSITIVE = [:logo_file, :favicon_file] include Aws::Structure end |