Class: Aws::Types::DescribedWebAppCustomization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:logo_file, :favicon_file])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def arn
  @arn
end

#favicon_file::String

Returns the value of attribute favicon_file.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def favicon_file
  @favicon_file
end

#logo_file::String

Returns the value of attribute logo_file.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def logo_file
  @logo_file
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def title
  @title
end

#web_app_id::String

Returns the value of attribute web_app_id.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def web_app_id
  @web_app_id
end