Class: Aws::AmplifyUIBuilder::Types::Theme
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::Theme
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
A theme is a collection of style settings that apply globally to the components associated with an Amplify application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for the Amplify app associated with the theme.
-
#created_at ⇒ Time
The time that the theme was created.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
-
#id ⇒ String
The ID for the theme.
-
#modified_at ⇒ Time
The time that the theme was modified.
-
#name ⇒ String
The name of the theme.
-
#overrides ⇒ Array<Types::ThemeValues>
Describes the properties that can be overriden to customize a theme.
-
#tags ⇒ Hash<String,String>
One or more key-value pairs to use when tagging the theme.
-
#values ⇒ Array<Types::ThemeValues>
A list of key-value pairs that defines the properties of the theme.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app associated with the theme.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time that the theme was created.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for the theme.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The time that the theme was modified.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the theme.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Array<Types::ThemeValues>
Describes the properties that can be overriden to customize a theme.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
One or more key-value pairs to use when tagging the theme.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :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.
3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090 class Theme < Struct.new( :app_id, :environment_name, :id, :name, :created_at, :modified_at, :values, :overrides, :tags) SENSITIVE = [] include Aws::Structure end |