Class: Aws::AmplifyBackend::Types::BackendConfigRespObj

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)


373
374
375
376
377
378
379
380
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373

class BackendConfigRespObj < Struct.new(
  :app_id,
  :backend_manager_app_id,
  :error,
  :login_auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#backend_manager_app_idString

The app ID for the backend manager.

Returns:

  • (String)


373
374
375
376
377
378
379
380
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373

class BackendConfigRespObj < Struct.new(
  :app_id,
  :backend_manager_app_id,
  :error,
  :login_auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

If the request fails, this error is returned.

Returns:

  • (String)


373
374
375
376
377
378
379
380
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373

class BackendConfigRespObj < Struct.new(
  :app_id,
  :backend_manager_app_id,
  :error,
  :login_auth_config)
  SENSITIVE = []
  include Aws::Structure
end

#login_auth_configTypes::LoginAuthConfigReqObj

Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.



373
374
375
376
377
378
379
380
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373

class BackendConfigRespObj < Struct.new(
  :app_id,
  :backend_manager_app_id,
  :error,
  :login_auth_config)
  SENSITIVE = []
  include Aws::Structure
end