Class: Aws::AmplifyUIBuilder::Types::ThemeValues

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/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

Instance Attribute Details

#keyString

The name of the property.

Returns:

  • (String)


3164
3165
3166
3167
3168
3169
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3164

class ThemeValues < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::ThemeValue

The value of the property.

Returns:



3164
3165
3166
3167
3168
3169
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3164

class ThemeValues < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end