Module: Aws::Panorama::Client::_DescribeApplicationInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationInstanceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_instance_id ⇒ ::String
- #application_instance_id_to_replace ⇒ ::String
- #arn ⇒ ::String
- #created_time ⇒ ::Time
- #default_runtime_context_device ⇒ ::String
- #default_runtime_context_device_name ⇒ ::String
- #description ⇒ ::String
- #health_status ⇒ "RUNNING", ...
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #runtime_context_states ⇒ ::Array[Types::ReportedRuntimeContextState]
- #runtime_role_arn ⇒ ::String
- #status ⇒ "DEPLOYMENT_PENDING", ...
- #status_description ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#application_instance_id ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def application_instance_id: () -> ::String
|
#application_instance_id_to_replace ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def application_instance_id_to_replace: () -> ::String
|
#arn ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def arn: () -> ::String
|
#created_time ⇒ ::Time
224 |
# File 'sig/client.rbs', line 224
def created_time: () -> ::Time
|
#default_runtime_context_device ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def default_runtime_context_device: () -> ::String
|
#default_runtime_context_device_name ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def default_runtime_context_device_name: () -> ::String
|
#description ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def description: () -> ::String
|
#health_status ⇒ "RUNNING", ...
228 |
# File 'sig/client.rbs', line 228
def health_status: () -> ("RUNNING" | "ERROR" | "NOT_AVAILABLE")
|
#last_updated_time ⇒ ::Time
229 |
# File 'sig/client.rbs', line 229
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def name: () -> ::String
|
#runtime_context_states ⇒ ::Array[Types::ReportedRuntimeContextState]
231 |
# File 'sig/client.rbs', line 231
def runtime_context_states: () -> ::Array[Types::ReportedRuntimeContextState]
|
#runtime_role_arn ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def runtime_role_arn: () -> ::String
|
#status ⇒ "DEPLOYMENT_PENDING", ...
233 |
# File 'sig/client.rbs', line 233
def status: () -> ("DEPLOYMENT_PENDING" | "DEPLOYMENT_REQUESTED" | "DEPLOYMENT_IN_PROGRESS" | "DEPLOYMENT_ERROR" | "DEPLOYMENT_SUCCEEDED" | "REMOVAL_PENDING" | "REMOVAL_REQUESTED" | "REMOVAL_IN_PROGRESS" | "REMOVAL_FAILED" | "REMOVAL_SUCCEEDED" | "DEPLOYMENT_FAILED")
|
#status_description ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def status_description: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
235 |
# File 'sig/client.rbs', line 235
def tags: () -> ::Hash[::String, ::String]
|