Class: Aws::AmplifyUIBuilder::Types::ComponentVariant
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ComponentVariant
- 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
-
#overrides ⇒ Hash<String,Hash<String,String>>
The properties of the component variant that can be overriden when customizing an instance of the component.
-
#variant_values ⇒ Hash<String,String>
The combination of variants that comprise this variant.
Instance Attribute Details
#overrides ⇒ Hash<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`.
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_values ⇒ Hash<String,String>
The combination of variants that comprise this variant. You can’t specify ‘tags` as a valid property for `variantValues`.
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 |