Class: Aws::AmplifyUIBuilder::Types::UpdateThemeData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateThemeData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Saves the data binding information for a theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique ID of the theme to update.
-
#name ⇒ String
The name of the theme to update.
-
#overrides ⇒ Array<Types::ThemeValues>
Describes the properties that can be overriden to customize the theme.
-
#values ⇒ Array<Types::ThemeValues>
A list of key-value pairs that define the theme’s properties.
Instance Attribute Details
#id ⇒ String
The unique ID of the theme to update.
3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3466 class UpdateThemeData < Struct.new( :id, :name, :values, :overrides) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the theme to update.
3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3466 class UpdateThemeData < Struct.new( :id, :name, :values, :overrides) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Array<Types::ThemeValues>
Describes the properties that can be overriden to customize the theme.
3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3466 class UpdateThemeData < Struct.new( :id, :name, :values, :overrides) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::ThemeValues>
A list of key-value pairs that define the theme’s properties.
3466 3467 3468 3469 3470 3471 3472 3473 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3466 class UpdateThemeData < Struct.new( :id, :name, :values, :overrides) SENSITIVE = [] include Aws::Structure end |