Class: Aws::Types::UpdateBackendConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#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.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def app_id @app_id end |
#login_auth_config ⇒ Types::LoginAuthConfigReqObj
Returns the value of attribute login_auth_config.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def login_auth_config @login_auth_config end |