Class: Aws::AmplifyBackend::Types::UpdateBackendConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendConfigResponse
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#backend_manager_app_id ⇒ String
-
#error ⇒ String
-
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
The request object for this operation.
Instance Attribute Details
#app_id ⇒ String
3427 3428 3429 3430 3431 3432 3433 3434 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427 class UpdateBackendConfigResponse < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |
#backend_manager_app_id ⇒ String
3427 3428 3429 3430 3431 3432 3433 3434 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427 class UpdateBackendConfigResponse < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
3427 3428 3429 3430 3431 3432 3433 3434 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427 class UpdateBackendConfigResponse < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
The request object for this operation.
3427 3428 3429 3430 3431 3432 3433 3434 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3427 class UpdateBackendConfigResponse < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |