Class: Aws::AmplifyBackend::Types::ImportBackendAuthReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendAuthReqObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_pool_id ⇒ String
The ID of the Amazon Cognito identity pool.
-
#native_client_id ⇒ String
The ID of the Amazon Cognito native client.
-
#user_pool_id ⇒ String
The ID of the Amazon Cognito user pool.
-
#web_client_id ⇒ String
The ID of the Amazon Cognito web client.
Instance Attribute Details
#identity_pool_id ⇒ String
The ID of the Amazon Cognito identity pool.
2365 2366 2367 2368 2369 2370 2371 2372 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2365 class ImportBackendAuthReqObj < Struct.new( :identity_pool_id, :native_client_id, :user_pool_id, :web_client_id) SENSITIVE = [] include Aws::Structure end |
#native_client_id ⇒ String
The ID of the Amazon Cognito native client.
2365 2366 2367 2368 2369 2370 2371 2372 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2365 class ImportBackendAuthReqObj < Struct.new( :identity_pool_id, :native_client_id, :user_pool_id, :web_client_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the Amazon Cognito user pool.
2365 2366 2367 2368 2369 2370 2371 2372 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2365 class ImportBackendAuthReqObj < Struct.new( :identity_pool_id, :native_client_id, :user_pool_id, :web_client_id) SENSITIVE = [] include Aws::Structure end |
#web_client_id ⇒ String
The ID of the Amazon Cognito web client.
2365 2366 2367 2368 2369 2370 2371 2372 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2365 class ImportBackendAuthReqObj < Struct.new( :identity_pool_id, :native_client_id, :user_pool_id, :web_client_id) SENSITIVE = [] include Aws::Structure end |