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
810 |
# File 'sig/client.rbs', line 810
def baggage: () -> ::String
|
#content_type ⇒ ::String
811 |
# File 'sig/client.rbs', line 811
def content_type: () -> ::String
|
#runtime_session_id ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def runtime_session_id: () -> ::String
|
#status_code ⇒ ::Integer
812 |
# File 'sig/client.rbs', line 812
def status_code: () -> ::Integer
|
#stream ⇒ Types::InvokeAgentRuntimeCommandStreamOutput
813 |
# File 'sig/client.rbs', line 813
def stream: () -> Types::InvokeAgentRuntimeCommandStreamOutput
|
#trace_id ⇒ ::String
807 |
# File 'sig/client.rbs', line 807
def trace_id: () -> ::String
|
#trace_parent ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def trace_parent: () -> ::String
|
#trace_state ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def trace_state: () -> ::String
|