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
299 |
# File 'sig/client.rbs', line 299
def arn: () -> ::String
|
#associated_applications ⇒ ::Array[::String]
310 |
# File 'sig/client.rbs', line 310
def associated_applications: () -> ::Array[::String]
|
#created_at ⇒ ::Time
308 |
# File 'sig/client.rbs', line 308
def created_at: () -> ::Time
|
#default_application ⇒ Types::DefaultApplication
301 |
# File 'sig/client.rbs', line 301
def default_application: () -> Types::DefaultApplication
|
#description ⇒ ::String
300 |
# File 'sig/client.rbs', line 300
def description: () -> ::String
|
#expires_at ⇒ ::Time
309 |
# File 'sig/client.rbs', line 309
def expires_at: () -> ::Time
|
#id ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
307 |
# File 'sig/client.rbs', line 307
def last_updated_at: () -> ::Time
|
#location_states ⇒ ::Array[Types::LocationState]
302 |
# File 'sig/client.rbs', line 302
def location_states: () -> ::Array[Types::LocationState]
|
#status ⇒ "ACTIVATING", ...
305 |
# File 'sig/client.rbs', line 305
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
#status_reason ⇒ "internalError", "noAvailableInstances"
306 |
# File 'sig/client.rbs', line 306
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
#stream_class ⇒ "gen4n_high", ...
303 |
# File 'sig/client.rbs', line 303
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")
|