Class: Aws::Types::UpdateOperatorAppIdpConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOperatorAppIdpConfigInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#idp_client_secret ⇒ ::String
Returns the value of attribute idp_client_secret.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def agent_space_id @agent_space_id end |
#idp_client_secret ⇒ ::String
Returns the value of attribute idp_client_secret.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def idp_client_secret @idp_client_secret end |