Class: Aws::AmplifyBackend::Types::ImportBackendAuthReqObj

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identity_pool_idString

The ID of the Amazon Cognito identity pool.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-amplifybackend/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_idString

The ID of the Amazon Cognito native client.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-amplifybackend/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_idString

The ID of the Amazon Cognito user pool.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-amplifybackend/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_idString

The ID of the Amazon Cognito web client.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
2371
2372
# File 'gems/aws-sdk-amplifybackend/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