Class: Aws::AmplifyBackend::Types::CreateBackendAuthReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendAuthReqObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_environment_name ⇒ String
The name of the backend environment.
-
#resource_config ⇒ Types::CreateBackendAuthResourceConfig
The resource configuration for this request object.
-
#resource_name ⇒ String
The name of this resource.
Instance Attribute Details
#backend_environment_name ⇒ String
The name of the backend environment.
852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 852 class CreateBackendAuthReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::CreateBackendAuthResourceConfig
The resource configuration for this request object.
852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 852 class CreateBackendAuthReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of this resource.
852 853 854 855 856 857 858 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 852 class CreateBackendAuthReqObj < Struct.new( :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |