Class: Aws::AmplifyBackend::Types::GetBackendAuthResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendAuthResponse
- 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
-
#resource_config ⇒ Types::CreateBackendAuthResourceConfig
Defines the resource configuration when creating an auth resource in your Amplify project.
- #resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
1985 1986 1987 1988 1989 1990 1991 1992 1993 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1985 class GetBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1985 1986 1987 1988 1989 1990 1991 1992 1993 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1985 class GetBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
1985 1986 1987 1988 1989 1990 1991 1992 1993 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1985 class GetBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::CreateBackendAuthResourceConfig
Defines the resource configuration when creating an auth resource in your Amplify project.
1985 1986 1987 1988 1989 1990 1991 1992 1993 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1985 class GetBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
1985 1986 1987 1988 1989 1990 1991 1992 1993 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1985 class GetBackendAuthResponse < Struct.new( :app_id, :backend_environment_name, :error, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |