Class: Aws::Types::UpdateBackendConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendConfigResponse
- 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.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def app_id @app_id end |
#backend_manager_app_id ⇒ ::String
Returns the value of attribute backend_manager_app_id.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def backend_manager_app_id @backend_manager_app_id end |
#error ⇒ ::String
Returns the value of attribute error.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def error @error end |
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Returns the value of attribute login_auth_config.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def login_auth_config @login_auth_config end |