Module: Aws::GameLiftStreams::Client::_UpdateStreamGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateStreamGroupOutput]
- 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
473 |
# File 'sig/client.rbs', line 473
def arn: () -> ::String
|
#associated_applications ⇒ ::Array[::String]
484 |
# File 'sig/client.rbs', line 484
def associated_applications: () -> ::Array[::String]
|
#created_at ⇒ ::Time
482 |
# File 'sig/client.rbs', line 482
def created_at: () -> ::Time
|
#default_application ⇒ Types::DefaultApplication
475 |
# File 'sig/client.rbs', line 475
def default_application: () -> Types::DefaultApplication
|
#description ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def description: () -> ::String
|
#expires_at ⇒ ::Time
483 |
# File 'sig/client.rbs', line 483
def expires_at: () -> ::Time
|
#id ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
481 |
# File 'sig/client.rbs', line 481
def last_updated_at: () -> ::Time
|
#location_states ⇒ ::Array[Types::LocationState]
476 |
# File 'sig/client.rbs', line 476
def location_states: () -> ::Array[Types::LocationState]
|
#status ⇒ "ACTIVATING", ...
479 |
# File 'sig/client.rbs', line 479
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
#status_reason ⇒ "internalError", "noAvailableInstances"
480 |
# File 'sig/client.rbs', line 480
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
#stream_class ⇒ "gen4n_high", ...
477 |
# File 'sig/client.rbs', line 477
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")
|