Class: Aws::AmplifyUIBuilder::Types::UpdateComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateComponentRequest
- 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 component.
-
#updated_component ⇒ Types::UpdateComponentData
The configuration of the updated component.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app.
3319 3320 3321 3322 3323 3324 3325 3326 3327 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3319 class UpdateComponentRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_component) 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.
3319 3320 3321 3322 3323 3324 3325 3326 3327 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3319 class UpdateComponentRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_component) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
3319 3320 3321 3322 3323 3324 3325 3326 3327 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3319 class UpdateComponentRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_component) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID for the component.
3319 3320 3321 3322 3323 3324 3325 3326 3327 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3319 class UpdateComponentRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_component) SENSITIVE = [] include Aws::Structure end |
#updated_component ⇒ Types::UpdateComponentData
The configuration of the updated component.
3319 3320 3321 3322 3323 3324 3325 3326 3327 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 3319 class UpdateComponentRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_component) SENSITIVE = [] include Aws::Structure end |