Class: Aws::AmplifyBackend::Types::GetBackendJobResponse

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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

class GetBackendJobResponse < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

class GetBackendJobResponse < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

class GetBackendJobResponse < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

class GetBackendJobResponse < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

class GetBackendJobResponse < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

class GetBackendJobResponse < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

class GetBackendJobResponse < 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)


2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2040

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