Class: Aws::AmplifyBackend::Types::ImportBackendAuthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendAuthRequest
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Note:
When making an API call, you may pass ImportBackendAuthRequest data as a hash:
{
app_id: "__string", # required
backend_environment_name: "__string", # required
identity_pool_id: "__string",
native_client_id: "__string", # required
user_pool_id: "__string", # required
web_client_id: "__string", # required
}
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
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3131 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
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3131 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
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3131 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
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3131 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
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3131 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
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3131 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 |