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
799 |
# File 'sig/client.rbs', line 799
def baggage: () -> ::String
|
#content_type ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def content_type: () -> ::String
|
#runtime_session_id ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def runtime_session_id: () -> ::String
|
#status_code ⇒ ::Integer
801 |
# File 'sig/client.rbs', line 801
def status_code: () -> ::Integer
|
#stream ⇒ Types::InvokeAgentRuntimeCommandStreamOutput
802 |
# File 'sig/client.rbs', line 802
def stream: () -> Types::InvokeAgentRuntimeCommandStreamOutput
|
#trace_id ⇒ ::String
796 |
# File 'sig/client.rbs', line 796
def trace_id: () -> ::String
|
#trace_parent ⇒ ::String
797 |
# File 'sig/client.rbs', line 797
def trace_parent: () -> ::String
|
#trace_state ⇒ ::String
798 |
# File 'sig/client.rbs', line 798
def trace_state: () -> ::String
|