Class: Aws::BedrockAgentCore::Types::GetAgentCardResponse

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_cardHash, ...

An agent card document that contains metadata and capabilities for an AgentCore Runtime agent.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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_idString

The ID of the session associated with the AgentCore Runtime agent.

Returns:

  • (String)


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_codeInteger

The status code of the request.

Returns:

  • (Integer)


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