Module: Aws::GameLiftStreams::Client::_GetStreamSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStreamSessionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_environment_variables ⇒ ::Hash[::String, ::String]
- #additional_launch_args ⇒ ::Array[::String]
- #application_arn ⇒ ::String
- #arn ⇒ ::String
- #connection_timeout_seconds ⇒ ::Integer
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #export_files_metadata ⇒ Types::ExportFilesMetadata
- #last_updated_at ⇒ ::Time
- #location ⇒ ::String
- #log_file_location_uri ⇒ ::String
- #performance_stats_configuration ⇒ Types::PerformanceStatsConfiguration
- #protocol ⇒ "WebRTC"
- #session_length_seconds ⇒ ::Integer
- #signal_request ⇒ ::String
- #signal_response ⇒ ::String
- #status ⇒ "ACTIVATING", ...
- #status_reason ⇒ "internalError", ...
- #stream_group_id ⇒ ::String
- #user_id ⇒ ::String
- #web_sdk_protocol_url ⇒ ::String
Instance Method Details
#additional_environment_variables ⇒ ::Hash[::String, ::String]
288 |
# File 'sig/client.rbs', line 288
def additional_environment_variables: () -> ::Hash[::String, ::String]
|
#additional_launch_args ⇒ ::Array[::String]
287 |
# File 'sig/client.rbs', line 287
def additional_launch_args: () -> ::Array[::String]
|
#application_arn ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def application_arn: () -> ::String
|
#arn ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def arn: () -> ::String
|
#connection_timeout_seconds ⇒ ::Integer
285 |
# File 'sig/client.rbs', line 285
def connection_timeout_seconds: () -> ::Integer
|
#created_at ⇒ ::Time
293 |
# File 'sig/client.rbs', line 293
def created_at: () -> ::Time
|
#description ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def description: () -> ::String
|
#export_files_metadata ⇒ Types::ExportFilesMetadata
295 |
# File 'sig/client.rbs', line 295
def export_files_metadata: () -> Types::ExportFilesMetadata
|
#last_updated_at ⇒ ::Time
292 |
# File 'sig/client.rbs', line 292
def last_updated_at: () -> ::Time
|
#location ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def location: () -> ::String
|
#log_file_location_uri ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def log_file_location_uri: () -> ::String
|
#performance_stats_configuration ⇒ Types::PerformanceStatsConfiguration
289 |
# File 'sig/client.rbs', line 289
def performance_stats_configuration: () -> Types::PerformanceStatsConfiguration
|
#protocol ⇒ "WebRTC"
281 |
# File 'sig/client.rbs', line 281
def protocol: () -> ("WebRTC")
|
#session_length_seconds ⇒ ::Integer
286 |
# File 'sig/client.rbs', line 286
def session_length_seconds: () -> ::Integer
|
#signal_request ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def signal_request: () -> ::String
|
#signal_response ⇒ ::String
284 |
# File 'sig/client.rbs', line 284
def signal_response: () -> ::String
|
#status ⇒ "ACTIVATING", ...
279 |
# File 'sig/client.rbs', line 279
def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
#status_reason ⇒ "internalError", ...
280 |
# File 'sig/client.rbs', line 280
def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
|
#stream_group_id ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def stream_group_id: () -> ::String
|
#user_id ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def user_id: () -> ::String
|
#web_sdk_protocol_url ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def web_sdk_protocol_url: () -> ::String
|