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
767 |
# File 'sig/client.rbs', line 767
def baggage: () -> ::String
|
#content_type ⇒ ::String
768 |
# File 'sig/client.rbs', line 768
def content_type: () -> ::String
|
#mcp_protocol_version ⇒ ::String
763 |
# File 'sig/client.rbs', line 763
def mcp_protocol_version: () -> ::String
|
#mcp_session_id ⇒ ::String
762 |
# File 'sig/client.rbs', line 762
def mcp_session_id: () -> ::String
|
#response ⇒ ::IO
769 |
# File 'sig/client.rbs', line 769
def response: () -> ::IO
|
#runtime_session_id ⇒ ::String
761 |
# File 'sig/client.rbs', line 761
def runtime_session_id: () -> ::String
|
#status_code ⇒ ::Integer
770 |
# File 'sig/client.rbs', line 770
def status_code: () -> ::Integer
|
#trace_id ⇒ ::String
764 |
# File 'sig/client.rbs', line 764
def trace_id: () -> ::String
|
#trace_parent ⇒ ::String
765 |
# File 'sig/client.rbs', line 765
def trace_parent: () -> ::String
|
#trace_state ⇒ ::String
766 |
# File 'sig/client.rbs', line 766
def trace_state: () -> ::String
|