Class: Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:endpoint_name]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_runtime_arnString

The Amazon Resource Name (ARN) of the AgentCore Runtime.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495

class CreateAgentRuntimeEndpointResponse < Struct.new(
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :agent_runtime_id,
  :endpoint_name,
  :status,
  :created_at)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#agent_runtime_endpoint_arnString

The Amazon Resource Name (ARN) of the AgentCore Runtime endpoint.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495

class CreateAgentRuntimeEndpointResponse < Struct.new(
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :agent_runtime_id,
  :endpoint_name,
  :status,
  :created_at)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#agent_runtime_idString

The unique identifier of the AgentCore Runtime.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495

class CreateAgentRuntimeEndpointResponse < Struct.new(
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :agent_runtime_id,
  :endpoint_name,
  :status,
  :created_at)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#created_atTime

The timestamp when the AgentCore Runtime endpoint was created.

Returns:

  • (Time)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495

class CreateAgentRuntimeEndpointResponse < Struct.new(
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :agent_runtime_id,
  :endpoint_name,
  :status,
  :created_at)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#endpoint_nameString

The name of the AgentCore Runtime endpoint.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495

class CreateAgentRuntimeEndpointResponse < Struct.new(
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :agent_runtime_id,
  :endpoint_name,
  :status,
  :created_at)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#statusString

The current status of the AgentCore Runtime endpoint.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495

class CreateAgentRuntimeEndpointResponse < Struct.new(
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :agent_runtime_id,
  :endpoint_name,
  :status,
  :created_at)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end

#target_versionString

The target version of the AgentCore Runtime for the endpoint.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1495

class CreateAgentRuntimeEndpointResponse < Struct.new(
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :agent_runtime_id,
  :endpoint_name,
  :status,
  :created_at)
  SENSITIVE = [:endpoint_name]
  include Aws::Structure
end