Class: Aws::BedrockAgentCore::Types::GetAgentCardRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_runtime_arnString

The ARN of the AgentCore Runtime agent for which you want to get the A2A agent card.

Returns:

  • (String)


1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1693

class GetAgentCardRequest < Struct.new(
  :runtime_session_id,
  :agent_runtime_arn,
  :qualifier)
  SENSITIVE = []
  include Aws::Structure
end

#qualifierString

Optional qualifier to specify an agent alias, such as prodcode> or dev. If you don't provide a value, the DEFAULT alias is used.

Returns:

  • (String)


1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1693

class GetAgentCardRequest < Struct.new(
  :runtime_session_id,
  :agent_runtime_arn,
  :qualifier)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_session_idString

The session ID that the AgentCore Runtime agent is using.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1693
1694
1695
1696
1697
1698
1699
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1693

class GetAgentCardRequest < Struct.new(
  :runtime_session_id,
  :agent_runtime_arn,
  :qualifier)
  SENSITIVE = []
  include Aws::Structure
end