Module: Aws::GameLiftStreams::Client::_GetStreamGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStreamGroupOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associated_applications ⇒ ::Array[::String]
- #created_at ⇒ ::Time
- #default_application ⇒ Types::DefaultApplication
- #description ⇒ ::String
- #expires_at ⇒ ::Time
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #location_states ⇒ ::Array[Types::LocationState]
- #status ⇒ "ACTIVATING", ...
- #status_reason ⇒ "internalError", "noAvailableInstances"
- #stream_class ⇒ "gen4n_high", ...
Instance Method Details
#arn ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def arn: () -> ::String
|
#associated_applications ⇒ ::Array[::String]
265 |
# File 'sig/client.rbs', line 265
def associated_applications: () -> ::Array[::String]
|
#created_at ⇒ ::Time
263 |
# File 'sig/client.rbs', line 263
def created_at: () -> ::Time
|
#default_application ⇒ Types::DefaultApplication
256 |
# File 'sig/client.rbs', line 256
def default_application: () -> Types::DefaultApplication
|
#description ⇒ ::String
255 |
# File 'sig/client.rbs', line 255
def description: () -> ::String
|
#expires_at ⇒ ::Time
264 |
# File 'sig/client.rbs', line 264
def expires_at: () -> ::Time
|
#id ⇒ ::String
259 |
# File 'sig/client.rbs', line 259
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
262 |
# File 'sig/client.rbs', line 262
def last_updated_at: () -> ::Time
|
#location_states ⇒ ::Array[Types::LocationState]
257 |
# File 'sig/client.rbs', line 257
def location_states: () -> ::Array[Types::LocationState]
|
#status ⇒ "ACTIVATING", ...
260 |
# File 'sig/client.rbs', line 260
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
#status_reason ⇒ "internalError", "noAvailableInstances"
261 |
# File 'sig/client.rbs', line 261
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
#stream_class ⇒ "gen4n_high", ...
258 |
# File 'sig/client.rbs', line 258
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|