Module: Aws::GameLiftStreams::Client::_CreateApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApplicationOutput]
- 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
114 |
# File 'sig/client.rbs', line 114
def application_log_output_uri: () -> ::String
|
#application_log_paths ⇒ ::Array[::String]
113 |
# File 'sig/client.rbs', line 113
def application_log_paths: () -> ::Array[::String]
|
#application_source_uri ⇒ ::String
115 |
# File 'sig/client.rbs', line 115
def application_source_uri: () -> ::String
|
#arn ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def arn: () -> ::String
|
#associated_stream_groups ⇒ ::Array[::String]
122 |
# File 'sig/client.rbs', line 122
def associated_stream_groups: () -> ::Array[::String]
|
#created_at ⇒ ::Time
120 |
# File 'sig/client.rbs', line 120
def created_at: () -> ::Time
|
#description ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def description: () -> ::String
|
#executable_path ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def executable_path: () -> ::String
|
#id ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
121 |
# File 'sig/client.rbs', line 121
def last_updated_at: () -> ::Time
|
#replication_statuses ⇒ ::Array[Types::ReplicationStatus]
119 |
# File 'sig/client.rbs', line 119
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
#runtime_environment ⇒ Types::RuntimeEnvironment
111 |
# File 'sig/client.rbs', line 111
def runtime_environment: () -> Types::RuntimeEnvironment
|
#status ⇒ "INITIALIZED", ...
117 |
# File 'sig/client.rbs', line 117
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
#status_reason ⇒ "internalError", ...
118 |
# File 'sig/client.rbs', line 118
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|