Class: Aws::AmplifyBackend::Types::BackendStorageRespObj

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


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_nameString

The name of the backend environment.

Returns:

  • (String)


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_idString

The ID for the job.

Returns:

  • (String)


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

#statusString

The current status of the request.

Returns:

  • (String)


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