Module: Aws::BedrockAgentRuntime::Client::_CreateSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ ::Time
209 |
# File 'sig/client.rbs', line 209
def created_at: () -> ::Time
|
#session_arn ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def session_arn: () -> ::String
|
#session_id ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def session_id: () -> ::String
|
#session_status ⇒ "ACTIVE", ...
212 |
# File 'sig/client.rbs', line 212
def session_status: () -> ("ACTIVE" | "EXPIRED" | "ENDED")
|