Module: Aws::BedrockAgentCore::Client::_InvokeAgentRuntimeCommandResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InvokeAgentRuntimeCommandResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #baggage ⇒ ::String
- #content_type ⇒ ::String
- #runtime_session_id ⇒ ::String
- #status_code ⇒ ::Integer
- #stream ⇒ Types::InvokeAgentRuntimeCommandStreamOutput
- #trace_id ⇒ ::String
- #trace_parent ⇒ ::String
- #trace_state ⇒ ::String
Instance Method Details
#baggage ⇒ ::String
782 |
# File 'sig/client.rbs', line 782
def baggage: () -> ::String
|
#content_type ⇒ ::String
783 |
# File 'sig/client.rbs', line 783
def content_type: () -> ::String
|
#runtime_session_id ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def runtime_session_id: () -> ::String
|
#status_code ⇒ ::Integer
784 |
# File 'sig/client.rbs', line 784
def status_code: () -> ::Integer
|
#stream ⇒ Types::InvokeAgentRuntimeCommandStreamOutput
785 |
# File 'sig/client.rbs', line 785
def stream: () -> Types::InvokeAgentRuntimeCommandStreamOutput
|
#trace_id ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def trace_id: () -> ::String
|
#trace_parent ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def trace_parent: () -> ::String
|
#trace_state ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def trace_state: () -> ::String
|