Module: Aws::GameLiftStreams::Client::_CreateStreamUrlResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateStreamUrlOutput]
- 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_url ⇒ ::String
- #stream_url_id ⇒ ::String
- #usage_limit ⇒ ::Integer
Instance Method Details
#additional_environment_variables ⇒ ::Hash[::String, ::String]
212 |
# File 'sig/client.rbs', line 212
def additional_environment_variables: () -> ::Hash[::String, ::String]
|
#additional_launch_args ⇒ ::Array[::String]
211 |
# File 'sig/client.rbs', line 211
def additional_launch_args: () -> ::Array[::String]
|
#application_arn ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def application_arn: () -> ::String
|
#arn ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def arn: () -> ::String
|
#created_at ⇒ ::Time
202 |
# File 'sig/client.rbs', line 202
def created_at: () -> ::Time
|
#description ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def description: () -> ::String
|
#display_configuration ⇒ Types::DisplayConfiguration
214 |
# File 'sig/client.rbs', line 214
def display_configuration: () -> Types::DisplayConfiguration
|
#expires_at ⇒ ::Time
201 |
# File 'sig/client.rbs', line 201
def expires_at: () -> ::Time
|
#locations ⇒ ::Array[::String]
208 |
# File 'sig/client.rbs', line 208
def locations: () -> ::Array[::String]
|
#protocol ⇒ "WebRTC"
207 |
# File 'sig/client.rbs', line 207
def protocol: () -> ("WebRTC")
|
#remaining_uses ⇒ ::Integer
204 |
# File 'sig/client.rbs', line 204
def remaining_uses: () -> ::Integer
|
#role_arn ⇒ ::String
213 |
# File 'sig/client.rbs', line 213
def role_arn: () -> ::String
|
#session_length_seconds ⇒ ::Integer
209 |
# File 'sig/client.rbs', line 209
def session_length_seconds: () -> ::Integer
|
#status ⇒ "ACTIVE", ...
199 |
# File 'sig/client.rbs', line 199
def status: () -> ("ACTIVE" | "EXPIRED" | "REVOKED" | "LIMIT_REACHED")
|
#status_reason ⇒ "userRevoked", ...
200 |
# File 'sig/client.rbs', line 200
def status_reason: () -> ("userRevoked" | "revokedAndTerminatingSessions" | "revokedAndSessionsTerminated" | "streamGroupDeleted" | "applicationDeleted")
|
#stream_group_arn ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def stream_group_arn: () -> ::String
|
#stream_url ⇒ ::String
198 |
# File 'sig/client.rbs', line 198
def stream_url: () -> ::String
|
#stream_url_id ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def stream_url_id: () -> ::String
|
#usage_limit ⇒ ::Integer
203 |
# File 'sig/client.rbs', line 203
def usage_limit: () -> ::Integer
|