Class: Aws::Types::OrchestratorConfigurationEntry
- Inherits:
-
Object
- Object
- Aws::Types::OrchestratorConfigurationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
-
#orchestrator_use_case ⇒ ::String
Returns the value of attribute orchestrator_use_case.
Instance Attribute Details
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def ai_agent_id @ai_agent_id end |
#orchestrator_use_case ⇒ ::String
Returns the value of attribute orchestrator_use_case.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def orchestrator_use_case @orchestrator_use_case end |