Class: Aws::AmplifyBackend::Types::ImportBackendAuthReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendAuthReqObj
- 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
-
#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.
3090 3091 3092 3093 3094 3095 3096 3097 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3090 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.
3090 3091 3092 3093 3094 3095 3096 3097 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3090 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.
3090 3091 3092 3093 3094 3095 3096 3097 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3090 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.
3090 3091 3092 3093 3094 3095 3096 3097 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3090 class ImportBackendAuthReqObj < Struct.new( :identity_pool_id, :native_client_id, :user_pool_id, :web_client_id) SENSITIVE = [] include Aws::Structure end |