Class: Aws::AmplifyUIBuilder::Types::ThemeValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ThemeValues
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
A key-value pair that defines a property of a theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the property.
-
#value ⇒ Types::ThemeValue
The value of the property.
Instance Attribute Details
#key ⇒ String
The name of the property.
3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3164 class ThemeValues < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::ThemeValue
The value of the property.
3164 3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3164 class ThemeValues < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |