Class: Aws::AmplifyBackend::Types::BackendConfigRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::BackendConfigRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#backend_manager_app_id ⇒ String
The app ID for the backend manager.
-
#error ⇒ String
If the request fails, this error is returned.
-
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
Instance Attribute Details
#app_id ⇒ String
The app ID.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373 class BackendConfigRespObj < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |
#backend_manager_app_id ⇒ String
The app ID for the backend manager.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373 class BackendConfigRespObj < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
If the request fails, this error is returned.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373 class BackendConfigRespObj < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 373 class BackendConfigRespObj < Struct.new( :app_id, :backend_manager_app_id, :error, :login_auth_config) SENSITIVE = [] include Aws::Structure end |