Class: Aws::Types::SourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::SourceDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AgentcoreGateway, AgentcoreRuntime, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agentcore_gateway ⇒ Types::AgentCoreGatewaySourceDetails
Returns the value of attribute agentcore_gateway.
-
#agentcore_runtime ⇒ Types::AgentCoreRuntimeSourceDetails
Returns the value of attribute agentcore_runtime.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#agentcore_gateway ⇒ Types::AgentCoreGatewaySourceDetails
Returns the value of attribute agentcore_gateway.
492 493 494 |
# File 'sig/types.rbs', line 492 def agentcore_gateway @agentcore_gateway end |
#agentcore_runtime ⇒ Types::AgentCoreRuntimeSourceDetails
Returns the value of attribute agentcore_runtime.
491 492 493 |
# File 'sig/types.rbs', line 491 def agentcore_runtime @agentcore_runtime end |
#unknown ⇒ Object
Returns the value of attribute unknown.
493 494 495 |
# File 'sig/types.rbs', line 493 def unknown @unknown end |