class Aws::AmplifyUIBuilder::Types::ThemeValue

Describes the configuration of a theme's properties.

@note When making an API call, you may pass ThemeValue

data as a hash:

    {
      children: [
        {
          key: "String",
          value: {
            children: {
              # recursive ThemeValuesList
            },
            value: "String",
          },
        },
      ],
      value: "String",
    }

@!attribute [rw] children

A list of key-value pairs that define the theme's properties.
@return [Array<Types::ThemeValues>]

@!attribute [rw] value

The value of a theme property.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/ThemeValue AWS API Documentation

Constants

SENSITIVE