Class: Aws::AmplifyBackend::Types::CreateBackendResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendResponse
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#backend_environment_name ⇒ String
-
#error ⇒ String
-
#job_id ⇒ String
-
#operation ⇒ String
-
#status ⇒ String
Instance Attribute Details
#app_id ⇒ String
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1237 class CreateBackendResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1237 class CreateBackendResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1237 class CreateBackendResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1237 class CreateBackendResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1237 class CreateBackendResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1237 class CreateBackendResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |