Class: Aws::Types::UpdateWebAppCustomizationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#favicon_file::String

Returns the value of attribute favicon_file.

Returns:



1498
1499
1500
# File 'sig/types.rbs', line 1498

def favicon_file
  @favicon_file
end

#logo_file::String

Returns the value of attribute logo_file.

Returns:



1497
1498
1499
# File 'sig/types.rbs', line 1497

def logo_file
  @logo_file
end

#title::String

Returns the value of attribute title.

Returns:



1496
1497
1498
# File 'sig/types.rbs', line 1496

def title
  @title
end

#web_app_id::String

Returns the value of attribute web_app_id.

Returns:



1495
1496
1497
# File 'sig/types.rbs', line 1495

def web_app_id
  @web_app_id
end