Class: Aws::BedrockAgent::Types::AgentSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Contains details about an agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent.

Returns:

  • (String)


681
682
683
684
685
686
687
688
689
690
# File 'lib/aws-sdk-bedrockagent/types.rb', line 681

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_nameString

The name of the agent.

Returns:

  • (String)


681
682
683
684
685
686
687
688
689
690
# File 'lib/aws-sdk-bedrockagent/types.rb', line 681

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

The status of the agent.

Returns:

  • (String)


681
682
683
684
685
686
687
688
689
690
# File 'lib/aws-sdk-bedrockagent/types.rb', line 681

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the agent.

Returns:

  • (String)


681
682
683
684
685
686
687
688
689
690
# File 'lib/aws-sdk-bedrockagent/types.rb', line 681

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#latest_agent_versionString

The latest version of the agent.

Returns:

  • (String)


681
682
683
684
685
686
687
688
689
690
# File 'lib/aws-sdk-bedrockagent/types.rb', line 681

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the agent was last updated.

Returns:

  • (Time)


681
682
683
684
685
686
687
688
689
690
# File 'lib/aws-sdk-bedrockagent/types.rb', line 681

class AgentSummary < Struct.new(
  :agent_id,
  :agent_name,
  :agent_status,
  :description,
  :latest_agent_version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end