Class: Aws::AmplifyBackend::Types::BackendJobRespObj

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

Overview

The response object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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

#backend_environment_nameString

The name of the backend environment.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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

#create_timeString

The time when the job was created.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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

#errorString

If the request fails, this error is returned.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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

#job_idString

The ID for the job.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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

#operationString

The name of the operation.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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

#statusString

The current status of the request.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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

#update_timeString

The time when the job was last updated.

Returns:

  • (String)


439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 439

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