Class: Aws::AmplifyUIBuilder::Types::ThemeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ThemeValue
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Describes the configuration of a theme's properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#children ⇒ Array<Types::ThemeValues>
A list of key-value pairs that define the theme's properties.
-
#value ⇒ String
The value of a theme property.
Instance Attribute Details
#children ⇒ Array<Types::ThemeValues>
A list of key-value pairs that define the theme's properties.
3145 3146 3147 3148 3149 3150 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3145 class ThemeValue < Struct.new( :value, :children) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a theme property.
3145 3146 3147 3148 3149 3150 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3145 class ThemeValue < Struct.new( :value, :children) SENSITIVE = [] include Aws::Structure end |