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
281 |
# File 'sig/client.rbs', line 281
def application_log_output_uri: () -> ::String
|
#application_log_paths ⇒ ::Array[::String]
280 |
# File 'sig/client.rbs', line 280
def application_log_paths: () -> ::Array[::String]
|
#application_source_uri ⇒ ::String
282 |
# File 'sig/client.rbs', line 282
def application_source_uri: () -> ::String
|
#arn ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def arn: () -> ::String
|
#associated_stream_groups ⇒ ::Array[::String]
289 |
# File 'sig/client.rbs', line 289
def associated_stream_groups: () -> ::Array[::String]
|
#created_at ⇒ ::Time
287 |
# File 'sig/client.rbs', line 287
def created_at: () -> ::Time
|
#description ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def description: () -> ::String
|
#executable_path ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def executable_path: () -> ::String
|
#id ⇒ ::String
283 |
# File 'sig/client.rbs', line 283
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
288 |
# File 'sig/client.rbs', line 288
def last_updated_at: () -> ::Time
|
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
286 |
# File 'sig/client.rbs', line 286
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
#runtime_environment ⇒ Types::RuntimeEnvironment
278 |
# File 'sig/client.rbs', line 278
def runtime_environment: () -> Types::RuntimeEnvironment
|
#status ⇒ "INITIALIZED", ...
284 |
# File 'sig/client.rbs', line 284
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
#status_reason ⇒ "internalError", ...
285 |
# File 'sig/client.rbs', line 285
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|