Module: Aws::BedrockAgentRuntime::Client::_EndSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EndSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#session_arn ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def session_arn: () -> ::String
|
#session_id ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def session_id: () -> ::String
|
#session_status ⇒ "ACTIVE", ...
216 |
# File 'sig/client.rbs', line 216
def session_status: () -> ("ACTIVE" | "EXPIRED" | "ENDED")
|