Class: Aws::AmplifyBackend::Types::BackendAuthRespObj

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_id ⇒ String

The app ID.



319
320
321
322
323
324
325
326
327
328
# File 'lib/aws-sdk-amplifybackend/types.rb', line 319

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

#backend_environment_name ⇒ String

The name of the backend environment.



319
320
321
322
323
324
325
326
327
328
# File 'lib/aws-sdk-amplifybackend/types.rb', line 319

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

#error ⇒ String

If the request fails, this error is returned.



319
320
321
322
323
324
325
326
327
328
# File 'lib/aws-sdk-amplifybackend/types.rb', line 319

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

#job_id ⇒ String

The ID for the job.



319
320
321
322
323
324
325
326
327
328
# File 'lib/aws-sdk-amplifybackend/types.rb', line 319

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

#operation ⇒ String

The name of the operation.



319
320
321
322
323
324
325
326
327
328
# File 'lib/aws-sdk-amplifybackend/types.rb', line 319

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

#status ⇒ String

The current status of the request.



319
320
321
322
323
324
325
326
327
328
# File 'lib/aws-sdk-amplifybackend/types.rb', line 319

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