Class: Aws::Types::ApplicationInstance
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationInstance
- 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.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#runtime_context_states ⇒ ::Array[Types::ReportedRuntimeContextState]
Returns the value of attribute runtime_context_states.
-
#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.
22 23 24 |
# File 'sig/types.rbs', line 22 def application_instance_id @application_instance_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
24 25 26 |
# File 'sig/types.rbs', line 24 def created_time @created_time end |
#default_runtime_context_device ⇒ ::String
Returns the value of attribute default_runtime_context_device.
25 26 27 |
# File 'sig/types.rbs', line 25 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.
26 27 28 |
# File 'sig/types.rbs', line 26 def default_runtime_context_device_name @default_runtime_context_device_name end |
#description ⇒ ::String
Returns the value of attribute description.
27 28 29 |
# File 'sig/types.rbs', line 27 def description @description end |
#health_status ⇒ "RUNNING", ...
Returns the value of attribute health_status.
28 29 30 |
# File 'sig/types.rbs', line 28 def health_status @health_status end |
#name ⇒ ::String
Returns the value of attribute name.
29 30 31 |
# File 'sig/types.rbs', line 29 def name @name end |
#runtime_context_states ⇒ ::Array[Types::ReportedRuntimeContextState]
Returns the value of attribute runtime_context_states.
30 31 32 |
# File 'sig/types.rbs', line 30 def runtime_context_states @runtime_context_states end |
#status ⇒ "DEPLOYMENT_PENDING", ...
Returns the value of attribute status.
31 32 33 |
# File 'sig/types.rbs', line 31 def status @status end |
#status_description ⇒ ::String
Returns the value of attribute status_description.
32 33 34 |
# File 'sig/types.rbs', line 32 def status_description @status_description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
33 34 35 |
# File 'sig/types.rbs', line 33 def @tags end |