Class: Aws::AmplifyBackend::Types::UpdateBackendConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendConfigRequest
- Includes:
- Structure
- Defined in:
- 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 '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 'lib/aws-sdk-amplifybackend/types.rb', line 3405 class UpdateBackendConfigRequest < Struct.new( :app_id, :login_auth_config) SENSITIVE = [] include Aws::Structure end |