Class: Aws::AmplifyBackend::Types::ImportBackendAuthResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ImportBackendAuthResponse
- 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
- #error ⇒ String
- #job_id ⇒ String
- #operation ⇒ String
- #status ⇒ String
Instance Attribute Details
#app_id ⇒ String
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2425 class ImportBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2425 class ImportBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2425 class ImportBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2425 class ImportBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2425 class ImportBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2425 class ImportBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :job_id, :operation, :status) SENSITIVE = [] include Aws::Structure end |