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