class Aws::AmplifyUIBuilder::Types::ThemeValues

A key-value pair that defines a property of a theme.

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

data as a hash:

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

@!attribute [rw] key

The name of the property.
@return [String]

@!attribute [rw] value

The value of the property.
@return [Types::ThemeValue]

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

Constants

SENSITIVE