Class: Aws::Types::Theme

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def created_time
  @created_time
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1504
1505
1506
# File 'sig/types.rbs', line 1504

def stack_name
  @stack_name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1505
1506
1507
# File 'sig/types.rbs', line 1505

def state
  @state
end

#theme_favicon_url::String

Returns the value of attribute theme_favicon_url.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def theme_favicon_url
  @theme_favicon_url
end

Returns the value of attribute theme_footer_links.

Returns:



1508
1509
1510
# File 'sig/types.rbs', line 1508

def theme_footer_links
  @theme_footer_links
end

#theme_organization_logo_url::String

Returns the value of attribute theme_organization_logo_url.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def theme_organization_logo_url
  @theme_organization_logo_url
end

#theme_styling"LIGHT_BLUE", ...

Returns the value of attribute theme_styling.

Returns:

  • ("LIGHT_BLUE", "BLUE", "PINK", "RED")


1507
1508
1509
# File 'sig/types.rbs', line 1507

def theme_styling
  @theme_styling
end

#theme_title_text::String

Returns the value of attribute theme_title_text.

Returns:

  • (::String)


1506
1507
1508
# File 'sig/types.rbs', line 1506

def theme_title_text
  @theme_title_text
end