Class: Aws::Types::BackendConfigRespObj
- Inherits:
-
Object
- Object
- Aws::Types::BackendConfigRespObj
- 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.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Returns the value of attribute login_auth_config.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def app_id @app_id end |
#backend_manager_app_id ⇒ ::String
Returns the value of attribute backend_manager_app_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def backend_manager_app_id @backend_manager_app_id end |
#error ⇒ ::String
Returns the value of attribute error.
102 103 104 |
# File 'sig/types.rbs', line 102 def error @error end |
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Returns the value of attribute login_auth_config.
103 104 105 |
# File 'sig/types.rbs', line 103 def login_auth_config @login_auth_config end |