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