Class: Aws::BedrockAgentCore::Types::GetAgentCardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetAgentCardResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_card ⇒ Hash, ...
An agent card document that contains metadata and capabilities for an AgentCore Runtime agent.
-
#runtime_session_id ⇒ String
The ID of the session associated with the AgentCore Runtime agent.
-
#status_code ⇒ Integer
The status code of the request.
Instance Attribute Details
#agent_card ⇒ Hash, ...
An agent card document that contains metadata and capabilities for an AgentCore Runtime agent.
1716 1717 1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1716 class GetAgentCardResponse < Struct.new( :runtime_session_id, :agent_card, :status_code) SENSITIVE = [] include Aws::Structure end |
#runtime_session_id ⇒ String
The ID of the session associated with the AgentCore Runtime agent.
1716 1717 1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1716 class GetAgentCardResponse < Struct.new( :runtime_session_id, :agent_card, :status_code) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The status code of the request.
1716 1717 1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1716 class GetAgentCardResponse < Struct.new( :runtime_session_id, :agent_card, :status_code) SENSITIVE = [] include Aws::Structure end |