Class: Aws::AmplifyUIBuilder::Types::UpdateThemeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateThemeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for the Amplify app.
-
#client_token ⇒ String
The unique client token.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#id ⇒ String
The unique ID for the theme.
-
#updated_theme ⇒ Types::UpdateThemeData
The configuration of the updated theme.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app.
3500 3501 3502 3503 3504 3505 3506 3507 3508 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3500 class UpdateThemeRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_theme) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The unique client token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3500 3501 3502 3503 3504 3505 3506 3507 3508 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3500 class UpdateThemeRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_theme) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
3500 3501 3502 3503 3504 3505 3506 3507 3508 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3500 class UpdateThemeRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_theme) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the theme.
3500 3501 3502 3503 3504 3505 3506 3507 3508 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3500 class UpdateThemeRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_theme) SENSITIVE = [] include Aws::Structure end |
#updated_theme ⇒ Types::UpdateThemeData
The configuration of the updated theme.
3500 3501 3502 3503 3504 3505 3506 3507 3508 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3500 class UpdateThemeRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_theme) SENSITIVE = [] include Aws::Structure end |