Class: Aws::AmplifyBackend::Types::BackendStorageRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::BackendStorageRespObj
- 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
-
#app_id ⇒ String
The app ID.
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#job_id ⇒ String
The ID for the job.
-
#status ⇒ String
The current status of the request.
Instance Attribute Details
#app_id ⇒ String
The app ID.
494 495 496 497 498 499 500 501 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 494 class BackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
The name of the backend environment.
494 495 496 497 498 499 500 501 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 494 class BackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The ID for the job.
494 495 496 497 498 499 500 501 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 494 class BackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request.
494 495 496 497 498 499 500 501 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 494 class BackendStorageRespObj < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |