Class: Aws::AmplifyBackend::Types::GetBackendJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendJobResponse
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#backend_environment_name ⇒ String
-
#create_time ⇒ String
-
#error ⇒ String
-
#job_id ⇒ String
-
#operation ⇒ String
-
#status ⇒ String
-
#update_time ⇒ String
Instance Attribute Details
#app_id ⇒ String
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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
2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 |
# File 'gems/aws-sdk-amplifybackend/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 |