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
245 |
# File 'sig/client.rbs', line 245
def session_arn: () -> ::String
|
#session_id ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def session_id: () -> ::String
|
#session_status ⇒ "ACTIVE", ...
247 |
# File 'sig/client.rbs', line 247
def session_status: () -> ("ACTIVE" | "EXPIRED" | "ENDED")
|