Class: Aws::AmplifyBackend::Types::ImportBackendStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendStorageResponse
- 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
2492 2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2492 class ImportBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2492 2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2492 class ImportBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
2492 2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2492 class ImportBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
2492 2493 2494 2495 2496 2497 2498 2499 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2492 class ImportBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |