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
452 |
# File 'sig/client.rbs', line 452
def application_log_output_uri: () -> ::String
|
#application_log_paths ⇒ ::Array[::String]
451 |
# File 'sig/client.rbs', line 451
def application_log_paths: () -> ::Array[::String]
|
#application_source_uri ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def application_source_uri: () -> ::String
|
#arn ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def arn: () -> ::String
|
#associated_stream_groups ⇒ ::Array[::String]
460 |
# File 'sig/client.rbs', line 460
def associated_stream_groups: () -> ::Array[::String]
|
#created_at ⇒ ::Time
458 |
# File 'sig/client.rbs', line 458
def created_at: () -> ::Time
|
#description ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def description: () -> ::String
|
#executable_path ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def executable_path: () -> ::String
|
#id ⇒ ::String
454 |
# File 'sig/client.rbs', line 454
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
459 |
# File 'sig/client.rbs', line 459
def last_updated_at: () -> ::Time
|
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
457 |
# File 'sig/client.rbs', line 457
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
#runtime_environment ⇒ Types::RuntimeEnvironment
449 |
# File 'sig/client.rbs', line 449
def runtime_environment: () -> Types::RuntimeEnvironment
|
#status ⇒ "INITIALIZED", ...
455 |
# File 'sig/client.rbs', line 455
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
#status_reason ⇒ "internalError", ...
456 |
# File 'sig/client.rbs', line 456
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|