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
178 |
# File 'sig/client.rbs', line 178
def created_at: () -> ::Time
|
#session_arn ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def session_arn: () -> ::String
|
#session_id ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def session_id: () -> ::String
|
#session_status ⇒ "ACTIVE", ...
181 |
# File 'sig/client.rbs', line 181
def session_status: () -> ("ACTIVE" | "EXPIRED" | "ENDED")
|