Class: Aws::AmplifyUIBuilder::Types::CreateThemeData

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

Instance Attribute Details

#nameString

The name of the theme.

Returns:

  • (String)


1261
1262
1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1261

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

#overridesArray<Types::ThemeValues>

Describes the properties that can be overriden to customize an instance of the theme.

Returns:



1261
1262
1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1261

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

#tagsHash<String,String>

One or more key-value pairs to use when tagging the theme data.

Returns:

  • (Hash<String,String>)


1261
1262
1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1261

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

#valuesArray<Types::ThemeValues>

A list of key-value pairs that defines the properties of the theme.

Returns:



1261
1262
1263
1264
1265
1266
1267
1268
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1261

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