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
570 |
# File 'sig/client.rbs', line 570
def application_log_output_uri: () -> ::String
|
#application_log_paths ⇒ ::Array[::String]
569 |
# File 'sig/client.rbs', line 569
def application_log_paths: () -> ::Array[::String]
|
#application_source_uri ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def application_source_uri: () -> ::String
|
#arn ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def arn: () -> ::String
|
#associated_stream_groups ⇒ ::Array[::String]
578 |
# File 'sig/client.rbs', line 578
def associated_stream_groups: () -> ::Array[::String]
|
#created_at ⇒ ::Time
576 |
# File 'sig/client.rbs', line 576
def created_at: () -> ::Time
|
#description ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def description: () -> ::String
|
#executable_path ⇒ ::String
568 |
# File 'sig/client.rbs', line 568
def executable_path: () -> ::String
|
#id ⇒ ::String
572 |
# File 'sig/client.rbs', line 572
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
577 |
# File 'sig/client.rbs', line 577
def last_updated_at: () -> ::Time
|
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
575 |
# File 'sig/client.rbs', line 575
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
#runtime_environment ⇒ Types::RuntimeEnvironment
567 |
# File 'sig/client.rbs', line 567
def runtime_environment: () -> Types::RuntimeEnvironment
|
#status ⇒ "INITIALIZED", ...
573 |
# File 'sig/client.rbs', line 573
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
#status_reason ⇒ "internalError", ...
574 |
# File 'sig/client.rbs', line 574
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|