Class: Aws::Types::UpdateThemeForStackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_to_delete::Array[("FOOTER_LINKS")]

Returns the value of attribute attributes_to_delete.

Returns:

  • (::Array[("FOOTER_LINKS")])


1670
1671
1672
# File 'sig/types.rbs', line 1670

def attributes_to_delete
  @attributes_to_delete
end

#favicon_s3_locationTypes::S3Location

Returns the value of attribute favicon_s3_location.

Returns:



1668
1669
1670
# File 'sig/types.rbs', line 1668

def favicon_s3_location
  @favicon_s3_location
end

Returns the value of attribute footer_links.

Returns:



1664
1665
1666
# File 'sig/types.rbs', line 1664

def footer_links
  @footer_links
end

#organization_logo_s3_locationTypes::S3Location

Returns the value of attribute organization_logo_s3_location.

Returns:



1667
1668
1669
# File 'sig/types.rbs', line 1667

def organization_logo_s3_location
  @organization_logo_s3_location
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def stack_name
  @stack_name
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1669
1670
1671
# File 'sig/types.rbs', line 1669

def state
  @state
end

#theme_styling"LIGHT_BLUE", ...

Returns the value of attribute theme_styling.

Returns:

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


1666
1667
1668
# File 'sig/types.rbs', line 1666

def theme_styling
  @theme_styling
end

#title_text::String

Returns the value of attribute title_text.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def title_text
  @title_text
end