Class: Aws::AmplifyBackend::Types::CreateBackendConfigReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendConfigReqObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_manager_app_id ⇒ String
The app ID for the backend manager.
Instance Attribute Details
#backend_manager_app_id ⇒ String
The app ID for the backend manager.
1044 1045 1046 1047 1048 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1044 class CreateBackendConfigReqObj < Struct.new( :backend_manager_app_id) SENSITIVE = [] include Aws::Structure end |