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)


1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1989

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

#agent_versionString

The version of the agent.

Returns:

  • (String)


1989
1990
1991
1992
1993
1994
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1989

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