Class: Aws::AmplifyUIBuilder::Types::ComponentVariant

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplifyuibuilder/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#overridesHash<String,Hash<String,String>>

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`.

Returns:

  • (Hash<String,Hash<String,String>>)


1010
1011
1012
1013
1014
1015
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1010

class ComponentVariant < Struct.new(
  :variant_values,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#variant_valuesHash<String,String>

The combination of variants that comprise this variant. You can’t specify ‘tags` as a valid property for `variantValues`.

Returns:

  • (Hash<String,String>)


1010
1011
1012
1013
1014
1015
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1010

class ComponentVariant < Struct.new(
  :variant_values,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end