Class: Aws::AmplifyBackend::Types::CreateBackendRespObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/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_idString

The app ID.

Returns:

  • (String)


1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1206

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

#backend_environment_nameString

The name of the backend environment.

Returns:

  • (String)


1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1206

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

#errorString

If the request fails, this error is returned.

Returns:

  • (String)


1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1206

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

#job_idString

The ID for the job.

Returns:

  • (String)


1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1206

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

#operationString

The name of the operation.

Returns:

  • (String)


1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1206

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

#statusString

The current status of the request.

Returns:

  • (String)


1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1206

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