Class: Aws::Types::CreateThemeForStackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#favicon_s3_locationTypes::S3Location

Returns the value of attribute favicon_s3_location.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def favicon_s3_location
  @favicon_s3_location
end

Returns the value of attribute footer_links.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def footer_links
  @footer_links
end

#organization_logo_s3_locationTypes::S3Location

Returns the value of attribute organization_logo_s3_location.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def organization_logo_s3_location
  @organization_logo_s3_location
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def stack_name
  @stack_name
end

#theme_styling"LIGHT_BLUE", ...

Returns the value of attribute theme_styling.

Returns:

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


513
514
515
# File 'sig/types.rbs', line 513

def theme_styling
  @theme_styling
end

#title_text::String

Returns the value of attribute title_text.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def title_text
  @title_text
end