Module: Aws::GameLiftStreams::Client::_UpdateApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationOutput]
- 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
463 |
# File 'sig/client.rbs', line 463
def application_log_output_uri: () -> ::String
|
#application_log_paths ⇒ ::Array[::String]
462 |
# File 'sig/client.rbs', line 462
def application_log_paths: () -> ::Array[::String]
|
#application_source_uri ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def application_source_uri: () -> ::String
|
#arn ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def arn: () -> ::String
|
#associated_stream_groups ⇒ ::Array[::String]
471 |
# File 'sig/client.rbs', line 471
def associated_stream_groups: () -> ::Array[::String]
|
#created_at ⇒ ::Time
469 |
# File 'sig/client.rbs', line 469
def created_at: () -> ::Time
|
#description ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def description: () -> ::String
|
#executable_path ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def executable_path: () -> ::String
|
#id ⇒ ::String
465 |
# File 'sig/client.rbs', line 465
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
470 |
# File 'sig/client.rbs', line 470
def last_updated_at: () -> ::Time
|
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
468 |
# File 'sig/client.rbs', line 468
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
#runtime_environment ⇒ Types::RuntimeEnvironment
460 |
# File 'sig/client.rbs', line 460
def runtime_environment: () -> Types::RuntimeEnvironment
|
#status ⇒ "INITIALIZED", ...
466 |
# File 'sig/client.rbs', line 466
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
#status_reason ⇒ "internalError", ...
467 |
# File 'sig/client.rbs', line 467
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|