Class: Aws::BedrockAgentCoreControl::Types::Agent

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

Overview

Contains information about an agent runtime. An agent runtime is the execution environment for a Amazon Bedrock Agent.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_runtime_arnString

The Amazon Resource Name (ARN) of the agent runtime.

Returns:

  • (String)


60
61
62
63
64
65
66
67
68
69
70
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60

class Agent < Struct.new(
  :agent_runtime_arn,
  :agent_runtime_id,
  :agent_runtime_version,
  :agent_runtime_name,
  :description,
  :last_updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#agent_runtime_idString

The unique identifier of the agent runtime.

Returns:

  • (String)


60
61
62
63
64
65
66
67
68
69
70
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60

class Agent < Struct.new(
  :agent_runtime_arn,
  :agent_runtime_id,
  :agent_runtime_version,
  :agent_runtime_name,
  :description,
  :last_updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#agent_runtime_nameString

The name of the agent runtime.

Returns:

  • (String)


60
61
62
63
64
65
66
67
68
69
70
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60

class Agent < Struct.new(
  :agent_runtime_arn,
  :agent_runtime_id,
  :agent_runtime_version,
  :agent_runtime_name,
  :description,
  :last_updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#agent_runtime_versionString

The version of the agent runtime.

Returns:

  • (String)


60
61
62
63
64
65
66
67
68
69
70
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60

class Agent < Struct.new(
  :agent_runtime_arn,
  :agent_runtime_id,
  :agent_runtime_version,
  :agent_runtime_name,
  :description,
  :last_updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the agent runtime.

Returns:

  • (String)


60
61
62
63
64
65
66
67
68
69
70
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60

class Agent < Struct.new(
  :agent_runtime_arn,
  :agent_runtime_id,
  :agent_runtime_version,
  :agent_runtime_name,
  :description,
  :last_updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#last_updated_atTime

The timestamp when the agent runtime was last updated.

Returns:

  • (Time)


60
61
62
63
64
65
66
67
68
69
70
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60

class Agent < Struct.new(
  :agent_runtime_arn,
  :agent_runtime_id,
  :agent_runtime_version,
  :agent_runtime_name,
  :description,
  :last_updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the agent runtime.

Returns:

  • (String)


60
61
62
63
64
65
66
67
68
69
70
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 60

class Agent < Struct.new(
  :agent_runtime_arn,
  :agent_runtime_id,
  :agent_runtime_version,
  :agent_runtime_name,
  :description,
  :last_updated_at,
  :status)
  SENSITIVE = [:description]
  include Aws::Structure
end