Module: Aws::BedrockAgentCore::Client::_InvokeAgentRuntimeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeAgentRuntimeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #baggage ⇒ ::String
- #content_type ⇒ ::String
- #mcp_protocol_version ⇒ ::String
- #mcp_session_id ⇒ ::String
- #response ⇒ ::IO
- #runtime_session_id ⇒ ::String
- #status_code ⇒ ::Integer
- #trace_id ⇒ ::String
- #trace_parent ⇒ ::String
- #trace_state ⇒ ::String
Instance Method Details
#baggage ⇒ ::String
752 |
# File 'sig/client.rbs', line 752
def baggage: () -> ::String
|
#content_type ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def content_type: () -> ::String
|
#mcp_protocol_version ⇒ ::String
748 |
# File 'sig/client.rbs', line 748
def mcp_protocol_version: () -> ::String
|
#mcp_session_id ⇒ ::String
747 |
# File 'sig/client.rbs', line 747
def mcp_session_id: () -> ::String
|
#response ⇒ ::IO
754 |
# File 'sig/client.rbs', line 754
def response: () -> ::IO
|
#runtime_session_id ⇒ ::String
746 |
# File 'sig/client.rbs', line 746
def runtime_session_id: () -> ::String
|
#status_code ⇒ ::Integer
755 |
# File 'sig/client.rbs', line 755
def status_code: () -> ::Integer
|
#trace_id ⇒ ::String
749 |
# File 'sig/client.rbs', line 749
def trace_id: () -> ::String
|
#trace_parent ⇒ ::String
750 |
# File 'sig/client.rbs', line 750
def trace_parent: () -> ::String
|
#trace_state ⇒ ::String
751 |
# File 'sig/client.rbs', line 751
def trace_state: () -> ::String
|