class Aws::AmplifyUIBuilder::Types::ComponentVariant

Describes the style configuration of a unique variation of a main component.

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

data as a hash:

    {
      overrides: {
        "String" => {
          "String" => "String",
        },
      },
      variant_values: {
        "String" => "String",
      },
    }

@!attribute [rw] overrides

The properties of the component variant that can be overriden when
customizing an instance of the component. You can't specify `tags`
as a valid property for `overrides`.
@return [Hash<String,Hash<String,String>>]

@!attribute [rw] variant_values

The combination of variants that comprise this variant. You can't
specify `tags` as a valid property for `variantValues`.
@return [Hash<String,String>]

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

Constants

SENSITIVE