Module: Aws::GameLiftStreams::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_log_output_uri ⇒ ::String
- #application_log_paths ⇒ ::Array[::String]
- #application_source_uri ⇒ ::String
- #arn ⇒ ::String
- #associated_stream_groups ⇒ ::Array[::String]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #executable_path ⇒ ::String
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #replication_statuses ⇒ ::Array[Types::ReplicationStatus]
- #runtime_environment ⇒ Types::RuntimeEnvironment
- #status ⇒ "INITIALIZED", ...
- #status_reason ⇒ "internalError", ...
Instance Method Details
#application_log_output_uri ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def application_log_output_uri: () -> ::String
|
#application_log_paths ⇒ ::Array[::String]
235 |
# File 'sig/client.rbs', line 235
def application_log_paths: () -> ::Array[::String]
|
#application_source_uri ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def application_source_uri: () -> ::String
|
#arn ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def arn: () -> ::String
|
#associated_stream_groups ⇒ ::Array[::String]
244 |
# File 'sig/client.rbs', line 244
def associated_stream_groups: () -> ::Array[::String]
|
#created_at ⇒ ::Time
242 |
# File 'sig/client.rbs', line 242
def created_at: () -> ::Time
|
#description ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def description: () -> ::String
|
#executable_path ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def executable_path: () -> ::String
|
#id ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
243 |
# File 'sig/client.rbs', line 243
def last_updated_at: () -> ::Time
|
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
241 |
# File 'sig/client.rbs', line 241
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
#runtime_environment ⇒ Types::RuntimeEnvironment
233 |
# File 'sig/client.rbs', line 233
def runtime_environment: () -> Types::RuntimeEnvironment
|
#status ⇒ "INITIALIZED", ...
239 |
# File 'sig/client.rbs', line 239
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
#status_reason ⇒ "internalError", ...
240 |
# File 'sig/client.rbs', line 240
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|