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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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)


696
697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 696

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)


696
697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 696

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)


696
697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 696

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)


696
697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 696

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)


696
697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 696

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)


696
697
698
699
700
701
702
703
704
705
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 696

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