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