Class: Aws::BedrockAgent::Types::AgentVersionSummary

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

Overview

Contains details about a version of an agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_nameString

The name of the agent to which the version belongs.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 839

class AgentVersionSummary < Struct.new(
  :agent_name,
  :agent_status,
  :agent_version,
  :created_at,
  :description,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

The status of the agent to which the version belongs.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 839

class AgentVersionSummary < Struct.new(
  :agent_name,
  :agent_status,
  :agent_version,
  :created_at,
  :description,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 839

class AgentVersionSummary < Struct.new(
  :agent_name,
  :agent_status,
  :agent_version,
  :created_at,
  :description,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the version was created.

Returns:

  • (Time)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 839

class AgentVersionSummary < Struct.new(
  :agent_name,
  :agent_status,
  :agent_version,
  :created_at,
  :description,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the version of the agent.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 839

class AgentVersionSummary < Struct.new(
  :agent_name,
  :agent_status,
  :agent_version,
  :created_at,
  :description,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the version was last updated.

Returns:

  • (Time)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 839

class AgentVersionSummary < Struct.new(
  :agent_name,
  :agent_status,
  :agent_version,
  :created_at,
  :description,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end