Class: Aws::Types::SourceDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AgentcoreGateway, AgentcoreRuntime, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agentcore_gatewayTypes::AgentCoreGatewaySourceDetails

Returns the value of attribute agentcore_gateway.



492
493
494
# File 'sig/types.rbs', line 492

def agentcore_gateway
  @agentcore_gateway
end

#agentcore_runtimeTypes::AgentCoreRuntimeSourceDetails

Returns the value of attribute agentcore_runtime.



491
492
493
# File 'sig/types.rbs', line 491

def agentcore_runtime
  @agentcore_runtime
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


493
494
495
# File 'sig/types.rbs', line 493

def unknown
  @unknown
end