Class: Aws::Types::UpdateOperatorAppIdpConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOperatorAppIdpConfigOutput
- 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 ⇒ Types::IdpAuthConfiguration
Returns the value of attribute idp.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def agent_space_id @agent_space_id end |
#idp ⇒ Types::IdpAuthConfiguration
Returns the value of attribute idp.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def idp @idp end |