Class: Aws::BedrockAgentCore::Types::GetAgentCardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetAgentCardRequest
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_runtime_arn ⇒ String
The ARN of the AgentCore Runtime agent for which you want to get the A2A agent card.
-
#qualifier ⇒ String
Optional qualifier to specify an agent alias, such as
prodcode> ordev. -
#runtime_session_id ⇒ String
The session ID that the AgentCore Runtime agent is using.
Instance Attribute Details
#agent_runtime_arn ⇒ String
The ARN of the AgentCore Runtime agent for which you want to get the A2A agent card.
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 |
#qualifier ⇒ String
Optional qualifier to specify an agent alias, such as prodcode>
or dev. If you don't provide a value, the DEFAULT alias is used.
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_id ⇒ String
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.
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 |