Class: Aws::AmplifyBackend::Types::UpdateBackendConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendConfigRequest
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
The request object for this operation.
Instance Attribute Details
#app_id ⇒ 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_config ⇒ Types::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 |