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.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def agent_space_id @agent_space_id end |
#idp ⇒ Types::IdpAuthConfiguration
Returns the value of attribute idp.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def idp @idp end |