Class: Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_runtime_arnString

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

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614

class CreateAgentRuntimeResponse < Struct.new(
  :agent_runtime_arn,
  :workload_identity_details,
  :agent_runtime_id,
  :agent_runtime_version,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#agent_runtime_idString

The unique identifier of the AgentCore Runtime.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614

class CreateAgentRuntimeResponse < Struct.new(
  :agent_runtime_arn,
  :workload_identity_details,
  :agent_runtime_id,
  :agent_runtime_version,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#agent_runtime_versionString

The version of the AgentCore Runtime.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614

class CreateAgentRuntimeResponse < Struct.new(
  :agent_runtime_arn,
  :workload_identity_details,
  :agent_runtime_id,
  :agent_runtime_version,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the AgentCore Runtime was created.

Returns:

  • (Time)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614

class CreateAgentRuntimeResponse < Struct.new(
  :agent_runtime_arn,
  :workload_identity_details,
  :agent_runtime_id,
  :agent_runtime_version,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the AgentCore Runtime.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614

class CreateAgentRuntimeResponse < Struct.new(
  :agent_runtime_arn,
  :workload_identity_details,
  :agent_runtime_id,
  :agent_runtime_version,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#workload_identity_detailsTypes::WorkloadIdentityDetails

The workload identity details for the AgentCore Runtime.



1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1614

class CreateAgentRuntimeResponse < Struct.new(
  :agent_runtime_arn,
  :workload_identity_details,
  :agent_runtime_id,
  :agent_runtime_version,
  :created_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end