Class: Aws::AmplifyUIBuilder::Types::UpdateComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateComponentRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/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.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3251 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.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3251 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.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3251 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.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3251 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.
3251 3252 3253 3254 3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3251 class UpdateComponentRequest < Struct.new( :app_id, :environment_name, :id, :client_token, :updated_component) SENSITIVE = [] include Aws::Structure end |