Class: Aws::Types::BrandDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_themeTypes::ApplicationTheme

Returns the value of attribute application_theme.



1202
1203
1204
# File 'sig/types.rbs', line 1202

def application_theme
  @application_theme
end

#brand_name::String

Returns the value of attribute brand_name.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def brand_name
  @brand_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def description
  @description
end

#logo_configurationTypes::LogoConfiguration

Returns the value of attribute logo_configuration.



1203
1204
1205
# File 'sig/types.rbs', line 1203

def logo_configuration
  @logo_configuration
end