Class: Aws::AmplifyUIBuilder::Types::CreateComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CreateComponentRequest
- 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 of the Amplify app to associate with the component.
-
#client_token ⇒ String
The unique client token.
-
#component_to_create ⇒ Types::CreateComponentData
Represents the configuration of the component to create.
-
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app to associate with the component.
1115 1116 1117 1118 1119 1120 1121 1122 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115 class CreateComponentRequest < Struct.new( :app_id, :environment_name, :client_token, :component_to_create) 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.
1115 1116 1117 1118 1119 1120 1121 1122 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115 class CreateComponentRequest < Struct.new( :app_id, :environment_name, :client_token, :component_to_create) SENSITIVE = [] include Aws::Structure end |
#component_to_create ⇒ Types::CreateComponentData
Represents the configuration of the component to create.
1115 1116 1117 1118 1119 1120 1121 1122 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115 class CreateComponentRequest < Struct.new( :app_id, :environment_name, :client_token, :component_to_create) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is a part of the Amplify app.
1115 1116 1117 1118 1119 1120 1121 1122 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1115 class CreateComponentRequest < Struct.new( :app_id, :environment_name, :client_token, :component_to_create) SENSITIVE = [] include Aws::Structure end |