Module: Aws::GameLiftStreams::Client::_StartStreamSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartStreamSessionOutput]
- 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]
389 |
# File 'sig/client.rbs', line 389
def additional_environment_variables: () -> ::Hash[::String, ::String]
|
#additional_launch_args ⇒ ::Array[::String]
388 |
# File 'sig/client.rbs', line 388
def additional_launch_args: () -> ::Array[::String]
|
#application_arn ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def application_arn: () -> ::String
|
#arn ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def arn: () -> ::String
|
#connection_timeout_seconds ⇒ ::Integer
386 |
# File 'sig/client.rbs', line 386
def connection_timeout_seconds: () -> ::Integer
|
#created_at ⇒ ::Time
394 |
# File 'sig/client.rbs', line 394
def created_at: () -> ::Time
|
#description ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def description: () -> ::String
|
#export_files_metadata ⇒ Types::ExportFilesMetadata
396 |
# File 'sig/client.rbs', line 396
def export_files_metadata: () -> Types::ExportFilesMetadata
|
#last_updated_at ⇒ ::Time
393 |
# File 'sig/client.rbs', line 393
def last_updated_at: () -> ::Time
|
#location ⇒ ::String
383 |
# File 'sig/client.rbs', line 383
def location: () -> ::String
|
#log_file_location_uri ⇒ ::String
391 |
# File 'sig/client.rbs', line 391
def log_file_location_uri: () -> ::String
|
#performance_stats_configuration ⇒ Types::PerformanceStatsConfiguration
390 |
# File 'sig/client.rbs', line 390
def performance_stats_configuration: () -> Types::PerformanceStatsConfiguration
|
#protocol ⇒ "WebRTC"
382 |
# File 'sig/client.rbs', line 382
def protocol: () -> ("WebRTC")
|
#session_length_seconds ⇒ ::Integer
387 |
# File 'sig/client.rbs', line 387
def session_length_seconds: () -> ::Integer
|
#signal_request ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def signal_request: () -> ::String
|
#signal_response ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def signal_response: () -> ::String
|
#status ⇒ "ACTIVATING", ...
380 |
# File 'sig/client.rbs', line 380
def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
#status_reason ⇒ "internalError", ...
381 |
# File 'sig/client.rbs', line 381
def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError" | "applicationExit" | "connectionTimeout" | "reconnectionTimeout" | "maxSessionLengthTimeout" | "idleTimeout" | "apiTerminated")
|
#stream_group_id ⇒ ::String
378 |
# File 'sig/client.rbs', line 378
def stream_group_id: () -> ::String
|
#user_id ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def user_id: () -> ::String
|
#web_sdk_protocol_url ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def web_sdk_protocol_url: () -> ::String
|