Class: Aws::AmplifyBackend::Types::ImportBackendAuthRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

Returns:

  • (String)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2394

class ImportBackendAuthRequest < Struct.new(
  :app_id,
  :backend_environment_name,
  :identity_pool_id,
  :native_client_id,
  :user_pool_id,
  :web_client_id)
  SENSITIVE = []
  include Aws::Structure
end

#backend_environment_nameString

Returns:

  • (String)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2394

class ImportBackendAuthRequest < Struct.new(
  :app_id,
  :backend_environment_name,
  :identity_pool_id,
  :native_client_id,
  :user_pool_id,
  :web_client_id)
  SENSITIVE = []
  include Aws::Structure
end

#identity_pool_idString

Returns:

  • (String)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2394

class ImportBackendAuthRequest < Struct.new(
  :app_id,
  :backend_environment_name,
  :identity_pool_id,
  :native_client_id,
  :user_pool_id,
  :web_client_id)
  SENSITIVE = []
  include Aws::Structure
end

#native_client_idString

Returns:

  • (String)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2394

class ImportBackendAuthRequest < Struct.new(
  :app_id,
  :backend_environment_name,
  :identity_pool_id,
  :native_client_id,
  :user_pool_id,
  :web_client_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

Returns:

  • (String)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2394

class ImportBackendAuthRequest < Struct.new(
  :app_id,
  :backend_environment_name,
  :identity_pool_id,
  :native_client_id,
  :user_pool_id,
  :web_client_id)
  SENSITIVE = []
  include Aws::Structure
end

#web_client_idString

Returns:

  • (String)


2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2394

class ImportBackendAuthRequest < Struct.new(
  :app_id,
  :backend_environment_name,
  :identity_pool_id,
  :native_client_id,
  :user_pool_id,
  :web_client_id)
  SENSITIVE = []
  include Aws::Structure
end