Class: Aws::AmplifyBackend::Types::UpdateBackendConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427

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

#backend_manager_app_idString

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427

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

#errorString

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427

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

#login_auth_configTypes::LoginAuthConfigReqObj

The request object for this operation.



3427
3428
3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427

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