Class: Aws::AmplifyBackend::Types::ImportBackendAuthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendAuthRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #app_id ⇒ String
- #backend_environment_name ⇒ String
- #identity_pool_id ⇒ String
- #native_client_id ⇒ String
- #user_pool_id ⇒ String
- #web_client_id ⇒ String
Instance Attribute Details
#app_id ⇒ String
2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 |
# File '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_name ⇒ String
2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 |
# File '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_id ⇒ String
2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 |
# File '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_id ⇒ String
2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 |
# File '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_id ⇒ String
2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 |
# File '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_id ⇒ String
2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 |
# File '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 |