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
784 |
# File 'sig/client.rbs', line 784
def baggage: () -> ::String
|
#content_type ⇒ ::String
785 |
# File 'sig/client.rbs', line 785
def content_type: () -> ::String
|
#runtime_session_id ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def runtime_session_id: () -> ::String
|
#status_code ⇒ ::Integer
786 |
# File 'sig/client.rbs', line 786
def status_code: () -> ::Integer
|
#stream ⇒ Types::InvokeAgentRuntimeCommandStreamOutput
787 |
# File 'sig/client.rbs', line 787
def stream: () -> Types::InvokeAgentRuntimeCommandStreamOutput
|
#trace_id ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def trace_id: () -> ::String
|
#trace_parent ⇒ ::String
782 |
# File 'sig/client.rbs', line 782
def trace_parent: () -> ::String
|
#trace_state ⇒ ::String
783 |
# File 'sig/client.rbs', line 783
def trace_state: () -> ::String
|