Class: Aws::AmplifyBackend::Types::CreateBackendReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendReqObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#app_name ⇒ String
The name of the app.
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#resource_config ⇒ Types::ResourceConfig
The resource configuration for creating a backend.
-
#resource_name ⇒ String
The name of the resource.
Instance Attribute Details
#app_id ⇒ String
The app ID.
1141 1142 1143 1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1141 class CreateBackendReqObj < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#app_name ⇒ String
The name of the app.
1141 1142 1143 1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1141 class CreateBackendReqObj < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
The name of the backend environment.
1141 1142 1143 1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1141 class CreateBackendReqObj < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::ResourceConfig
The resource configuration for creating a backend.
1141 1142 1143 1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1141 class CreateBackendReqObj < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
1141 1142 1143 1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1141 class CreateBackendReqObj < Struct.new( :app_id, :app_name, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |