Class: Aws::Types::CreateBackendConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#backend_manager_app_id ⇒ ::String
Returns the value of attribute backend_manager_app_id.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def app_id @app_id end |
#backend_manager_app_id ⇒ ::String
Returns the value of attribute backend_manager_app_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def backend_manager_app_id @backend_manager_app_id end |