Class: Aws::AmplifyBackend::Types::UpdateBackendJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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

#backend_environment_name ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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

#create_time ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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

#error ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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

#job_id ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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

#operation ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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

#status ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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

#update_time ⇒ String

Returns:

  • (String)


3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
# File 'lib/aws-sdk-amplifybackend/types.rb', line 3489

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