Module: Aws::GameLiftStreams::Client::_CreateStreamGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateStreamGroupOutput]
- 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
142 |
# File 'sig/client.rbs', line 142
def arn: () -> ::String
|
#associated_applications ⇒ ::Array[::String]
153 |
# File 'sig/client.rbs', line 153
def associated_applications: () -> ::Array[::String]
|
#created_at ⇒ ::Time
151 |
# File 'sig/client.rbs', line 151
def created_at: () -> ::Time
|
#default_application ⇒ Types::DefaultApplication
144 |
# File 'sig/client.rbs', line 144
def default_application: () -> Types::DefaultApplication
|
#description ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def description: () -> ::String
|
#expires_at ⇒ ::Time
152 |
# File 'sig/client.rbs', line 152
def expires_at: () -> ::Time
|
#id ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
150 |
# File 'sig/client.rbs', line 150
def last_updated_at: () -> ::Time
|
#location_states ⇒ ::Array[Types::LocationState]
145 |
# File 'sig/client.rbs', line 145
def location_states: () -> ::Array[Types::LocationState]
|
#status ⇒ "ACTIVATING", ...
148 |
# File 'sig/client.rbs', line 148
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
#status_reason ⇒ "internalError", "noAvailableInstances"
149 |
# File 'sig/client.rbs', line 149
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
#stream_class ⇒ "gen4n_high", ...
146 |
# File 'sig/client.rbs', line 146
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")
|