Class: Aws::AmplifyUIBuilder::Types::ThemeValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#childrenArray<Types::ThemeValues>

A list of key-value pairs that define the theme's properties.

Returns:



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

#valueString

The value of a theme property.

Returns:

  • (String)


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