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.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time that the theme was created.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for the theme.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The time that the theme was modified.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the theme.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#overrides ⇒ Array<Types::ThemeValues>
Describes the properties that can be overriden to customize a theme.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
One or more key-value pairs to use when tagging the theme.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::ThemeValues>
A list of key-value pairs that defines the properties of the theme.
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 5446 class Theme < Struct.new( :app_id, :created_at, :environment_name, :id, :modified_at, :name, :overrides, :tags, :values) SENSITIVE = [] include Aws::Structure end |