Class: Aws::AmplifyBackend::Types::CreateBackendStorageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendStorageResponse
- 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
1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1334 class CreateBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1334 class CreateBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1334 class CreateBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
1334 1335 1336 1337 1338 1339 1340 1341 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1334 class CreateBackendStorageResponse < Struct.new( :app_id, :backend_environment_name, :job_id, :status) SENSITIVE = [] include Aws::Structure end |