Class: Aws::AmplifyBackend::Types::UpdateBackendConfigReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendConfigReqObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Describes the Amazon Cognito configuration for Admin UI access.
Instance Attribute Details
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Describes the Amazon Cognito configuration for Admin UI access.
3390 3391 3392 3393 3394 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3390 class UpdateBackendConfigReqObj < Struct.new( :login_auth_config) SENSITIVE = [] include Aws::Structure end |