Class: Aws::AmplifyBackend::Types::UpdateBackendConfigRequest

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)


3405
3406
3407
3408
3409
3410
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3405

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

#login_auth_configTypes::LoginAuthConfigReqObj

The request object for this operation.



3405
3406
3407
3408
3409
3410
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3405

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