Class: Aws::AmplifyUIBuilder::Types::CreateThemeData
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CreateThemeData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Represents all of the information that is required to create a theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the theme.
-
#overrides ⇒ Array<Types::ThemeValues>
Describes the properties that can be overriden to customize an instance of the theme.
-
#tags ⇒ Hash<String,String>
One or more key-value pairs to use when tagging the theme data.
-
#values ⇒ Array<Types::ThemeValues>
A list of key-value pairs that defines the properties of the theme.
Instance Attribute Details
#name ⇒ String
The name of the theme.
1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1261 class CreateThemeData < Struct.new( :name, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Array<Types::ThemeValues>
Describes the properties that can be overriden to customize an instance of the theme.
1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1261 class CreateThemeData < Struct.new( :name, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
One or more key-value pairs to use when tagging the theme data.
1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1261 class CreateThemeData < Struct.new( :name, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::ThemeValues>
A list of key-value pairs that defines the properties of the theme.
1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1261 class CreateThemeData < Struct.new( :name, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |