Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::AmplifyUIBuilder::Types::UpdateThemeData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Saves the data binding information for a theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique ID of the theme to update.

Returns:

  • (String)

3466
3467
3468
3469
3470
3471
3472
3473
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3466

class UpdateThemeData < Struct.new(
  :id,
  :name,
  :values,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the theme to update.

Returns:

  • (String)

3466
3467
3468
3469
3470
3471
3472
3473
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3466

class UpdateThemeData < Struct.new(
  :id,
  :name,
  :values,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#overridesArray<Types::ThemeValues>

Describes the properties that can be overriden to customize the theme.

Returns:


3466
3467
3468
3469
3470
3471
3472
3473
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3466

class UpdateThemeData < Struct.new(
  :id,
  :name,
  :values,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::ThemeValues>

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

Returns:


3466
3467
3468
3469
3470
3471
3472
3473
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3466

class UpdateThemeData < Struct.new(
  :id,
  :name,
  :values,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end