Class: Aws::Types::EnableOperatorAppOutput
- Inherits:
-
Object
- Object
- Aws::Types::EnableOperatorAppOutput
- 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.
-
#iam ⇒ Types::IamAuthConfiguration
Returns the value of attribute iam.
-
#idc ⇒ Types::IdcAuthConfiguration
Returns the value of attribute idc.
-
#idp ⇒ Types::IdpAuthConfiguration
Returns the value of attribute idp.
-
#operator_app_url ⇒ ::String
Returns the value of attribute operator_app_url.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
547 548 549 |
# File 'sig/types.rbs', line 547 def agent_space_id @agent_space_id end |
#iam ⇒ Types::IamAuthConfiguration
Returns the value of attribute iam.
549 550 551 |
# File 'sig/types.rbs', line 549 def iam @iam end |
#idc ⇒ Types::IdcAuthConfiguration
Returns the value of attribute idc.
550 551 552 |
# File 'sig/types.rbs', line 550 def idc @idc end |
#idp ⇒ Types::IdpAuthConfiguration
Returns the value of attribute idp.
551 552 553 |
# File 'sig/types.rbs', line 551 def idp @idp end |
#operator_app_url ⇒ ::String
Returns the value of attribute operator_app_url.
548 549 550 |
# File 'sig/types.rbs', line 548 def operator_app_url @operator_app_url end |