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.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def agent_space_id @agent_space_id end |
#idp_client_secret ⇒ ::String
Returns the value of attribute idp_client_secret.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def idp_client_secret @idp_client_secret end |