Class: Aws::AmplifyBackend::Types::RemoveAllBackendsRespObj

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)


2802
2803
2804
2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2802

class RemoveAllBackendsRespObj < Struct.new(
  :app_id,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

If the request fails, this error is returned.

Returns:

  • (String)


2802
2803
2804
2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2802

class RemoveAllBackendsRespObj < Struct.new(
  :app_id,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The ID for the job.

Returns:

  • (String)


2802
2803
2804
2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2802

class RemoveAllBackendsRespObj < Struct.new(
  :app_id,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

The name of the operation.

Returns:

  • (String)


2802
2803
2804
2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2802

class RemoveAllBackendsRespObj < Struct.new(
  :app_id,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the request.

Returns:

  • (String)


2802
2803
2804
2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2802

class RemoveAllBackendsRespObj < Struct.new(
  :app_id,
  :error,
  :job_id,
  :operation,
  :status)
  SENSITIVE = []
  include Aws::Structure
end