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
778 |
# File 'sig/client.rbs', line 778
def baggage: () -> ::String
|
#content_type ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def content_type: () -> ::String
|
#mcp_protocol_version ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def mcp_protocol_version: () -> ::String
|
#mcp_session_id ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def mcp_session_id: () -> ::String
|
#response ⇒ ::IO
780 |
# File 'sig/client.rbs', line 780
def response: () -> ::IO
|
#runtime_session_id ⇒ ::String
772 |
# File 'sig/client.rbs', line 772
def runtime_session_id: () -> ::String
|
#status_code ⇒ ::Integer
781 |
# File 'sig/client.rbs', line 781
def status_code: () -> ::Integer
|
#trace_id ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def trace_id: () -> ::String
|
#trace_parent ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def trace_parent: () -> ::String
|
#trace_state ⇒ ::String
777 |
# File 'sig/client.rbs', line 777
def trace_state: () -> ::String
|