Class: Aws::AmplifyBackend::Types::BackendAPICodegenRespObj

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplifybackend/types.rb

Overview

The response object sent when a backend is created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ String

The app ID.



130
131
132
133
134
135
136
137
138
139
# File 'lib/aws-sdk-amplifybackend/types.rb', line 130

class BackendAPICodegenRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#backend_environment_name ⇒ String

The name of the backend environment.



130
131
132
133
134
135
136
137
138
139
# File 'lib/aws-sdk-amplifybackend/types.rb', line 130

class BackendAPICodegenRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#error ⇒ String

If the request fails, this error is returned.



130
131
132
133
134
135
136
137
138
139
# File 'lib/aws-sdk-amplifybackend/types.rb', line 130

class BackendAPICodegenRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_id ⇒ String

The ID for the job.



130
131
132
133
134
135
136
137
138
139
# File 'lib/aws-sdk-amplifybackend/types.rb', line 130

class BackendAPICodegenRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#operation ⇒ String

The name of the operation.



130
131
132
133
134
135
136
137
138
139
# File 'lib/aws-sdk-amplifybackend/types.rb', line 130

class BackendAPICodegenRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the request.



130
131
132
133
134
135
136
137
138
139
# File 'lib/aws-sdk-amplifybackend/types.rb', line 130

class BackendAPICodegenRespObj < Struct.new(
  :app_id,
  :backend_environment_name,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end