Class: Aws::Transfer::Types::UpdateWebAppCustomizationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:logo_file, :favicon_file]

Instance Attribute Summary collapse

Instance Attribute Details

#favicon_fileString

Specify icon file data string (in base64 encoding).

Returns:

  • (String)


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_fileString

Specify logo file data string (in base64 encoding).

Returns:

  • (String)


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

#titleString

Provide an updated title.

Returns:

  • (String)


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_idString

Provide the identifier of the web app that you are updating.

Returns:

  • (String)


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