Module: Aws::GameLiftStreams::Client::_GetStreamUrlResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStreamUrlOutput]
- 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
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #display_configuration ⇒ Types::DisplayConfiguration
- #expires_at ⇒ ::Time
- #locations ⇒ ::Array[::String]
- #protocol ⇒ "WebRTC"
- #remaining_uses ⇒ ::Integer
- #role_arn ⇒ ::String
- #session_length_seconds ⇒ ::Integer
- #status ⇒ "ACTIVE", ...
- #status_reason ⇒ "userRevoked", ...
- #stream_group_arn ⇒ ::String
- #stream_sessions ⇒ ::Array[Types::StreamSessionSummary]
- #stream_url ⇒ ::String
- #stream_url_id ⇒ ::String
- #usage_limit ⇒ ::Integer
Instance Method Details
#additional_environment_variables ⇒ ::Hash[::String, ::String]
369 |
# File 'sig/client.rbs', line 369
def additional_environment_variables: () -> ::Hash[::String, ::String]
|
#additional_launch_args ⇒ ::Array[::String]
368 |
# File 'sig/client.rbs', line 368
def additional_launch_args: () -> ::Array[::String]
|
#application_arn ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def application_arn: () -> ::String
|
#arn ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def arn: () -> ::String
|
#created_at ⇒ ::Time
359 |
# File 'sig/client.rbs', line 359
def created_at: () -> ::Time
|
#description ⇒ ::String
367 |
# File 'sig/client.rbs', line 367
def description: () -> ::String
|
#display_configuration ⇒ Types::DisplayConfiguration
371 |
# File 'sig/client.rbs', line 371
def display_configuration: () -> Types::DisplayConfiguration
|
#expires_at ⇒ ::Time
358 |
# File 'sig/client.rbs', line 358
def expires_at: () -> ::Time
|
#locations ⇒ ::Array[::String]
365 |
# File 'sig/client.rbs', line 365
def locations: () -> ::Array[::String]
|
#protocol ⇒ "WebRTC"
364 |
# File 'sig/client.rbs', line 364
def protocol: () -> ("WebRTC")
|
#remaining_uses ⇒ ::Integer
361 |
# File 'sig/client.rbs', line 361
def remaining_uses: () -> ::Integer
|
#role_arn ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def role_arn: () -> ::String
|
#session_length_seconds ⇒ ::Integer
366 |
# File 'sig/client.rbs', line 366
def session_length_seconds: () -> ::Integer
|
#status ⇒ "ACTIVE", ...
356 |
# File 'sig/client.rbs', line 356
def status: () -> ("ACTIVE" | "EXPIRED" | "REVOKED" | "LIMIT_REACHED")
|
#status_reason ⇒ "userRevoked", ...
357 |
# File 'sig/client.rbs', line 357
def status_reason: () -> ("userRevoked" | "revokedAndTerminatingSessions" | "revokedAndSessionsTerminated" | "streamGroupDeleted" | "applicationDeleted")
|
#stream_group_arn ⇒ ::String
362 |
# File 'sig/client.rbs', line 362
def stream_group_arn: () -> ::String
|
#stream_sessions ⇒ ::Array[Types::StreamSessionSummary]
372 |
# File 'sig/client.rbs', line 372
def stream_sessions: () -> ::Array[Types::StreamSessionSummary]
|
#stream_url ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def stream_url: () -> ::String
|
#stream_url_id ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def stream_url_id: () -> ::String
|
#usage_limit ⇒ ::Integer
360 |
# File 'sig/client.rbs', line 360
def usage_limit: () -> ::Integer
|