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
Note:
When making an API call, you may pass UpdateBackendConfigRequest data as a hash:
{
app_id: "__string", # required
login_auth_config: {
aws_cognito_identity_pool_id: "__string",
aws_cognito_region: "__string",
aws_user_pools_id: "__string",
aws_user_pools_web_client_id: "__string",
},
}
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
4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 4590 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.
4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 4590 class UpdateBackendConfigRequest < Struct.new( :app_id, :login_auth_config) SENSITIVE = [] include Aws::Structure end |