Class: Aws::BedrockAgent::Types::GetAgentVersionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent.

Returns:

  • (String)


2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2045

class GetAgentVersionRequest < Struct.new(
  :agent_id,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent.

Returns:

  • (String)


2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2045

class GetAgentVersionRequest < Struct.new(
  :agent_id,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end