Class: Aws::Types::DescribeApplicationInstanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationInstanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_instance_id ⇒ ::String
Returns the value of attribute application_instance_id.
-
#application_instance_id_to_replace ⇒ ::String
Returns the value of attribute application_instance_id_to_replace.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#default_runtime_context_device ⇒ ::String
Returns the value of attribute default_runtime_context_device.
-
#default_runtime_context_device_name ⇒ ::String
Returns the value of attribute default_runtime_context_device_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#health_status ⇒ "RUNNING", ...
Returns the value of attribute health_status.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#runtime_context_states ⇒ ::Array[Types::ReportedRuntimeContextState]
Returns the value of attribute runtime_context_states.
-
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
-
#status ⇒ "DEPLOYMENT_PENDING", ...
Returns the value of attribute status.
-
#status_description ⇒ ::String
Returns the value of attribute status_description.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_instance_id ⇒ ::String
Returns the value of attribute application_instance_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def application_instance_id @application_instance_id end |
#application_instance_id_to_replace ⇒ ::String
Returns the value of attribute application_instance_id_to_replace.
179 180 181 |
# File 'sig/types.rbs', line 179 def application_instance_id_to_replace @application_instance_id_to_replace end |
#arn ⇒ ::String
Returns the value of attribute arn.
180 181 182 |
# File 'sig/types.rbs', line 180 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
181 182 183 |
# File 'sig/types.rbs', line 181 def created_time @created_time end |
#default_runtime_context_device ⇒ ::String
Returns the value of attribute default_runtime_context_device.
182 183 184 |
# File 'sig/types.rbs', line 182 def default_runtime_context_device @default_runtime_context_device end |
#default_runtime_context_device_name ⇒ ::String
Returns the value of attribute default_runtime_context_device_name.
183 184 185 |
# File 'sig/types.rbs', line 183 def default_runtime_context_device_name @default_runtime_context_device_name end |
#description ⇒ ::String
Returns the value of attribute description.
184 185 186 |
# File 'sig/types.rbs', line 184 def description @description end |
#health_status ⇒ "RUNNING", ...
Returns the value of attribute health_status.
185 186 187 |
# File 'sig/types.rbs', line 185 def health_status @health_status end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
186 187 188 |
# File 'sig/types.rbs', line 186 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
187 188 189 |
# File 'sig/types.rbs', line 187 def name @name end |
#runtime_context_states ⇒ ::Array[Types::ReportedRuntimeContextState]
Returns the value of attribute runtime_context_states.
188 189 190 |
# File 'sig/types.rbs', line 188 def runtime_context_states @runtime_context_states end |
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
189 190 191 |
# File 'sig/types.rbs', line 189 def runtime_role_arn @runtime_role_arn end |
#status ⇒ "DEPLOYMENT_PENDING", ...
Returns the value of attribute status.
190 191 192 |
# File 'sig/types.rbs', line 190 def status @status end |
#status_description ⇒ ::String
Returns the value of attribute status_description.
191 192 193 |
# File 'sig/types.rbs', line 191 def status_description @status_description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
192 193 194 |
# File 'sig/types.rbs', line 192 def @tags end |