Class: Aws::Types::SingleInstanceHealth
- Inherits:
-
Object
- Object
- Aws::Types::SingleInstanceHealth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_metrics ⇒ Types::ApplicationMetrics
Returns the value of attribute application_metrics.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#causes ⇒ ::Array[::String]
Returns the value of attribute causes.
-
#color ⇒ ::String
Returns the value of attribute color.
-
#deployment ⇒ Types::Deployment
Returns the value of attribute deployment.
-
#health_status ⇒ ::String
Returns the value of attribute health_status.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#launched_at ⇒ ::Time
Returns the value of attribute launched_at.
-
#system ⇒ Types::SystemStatus
Returns the value of attribute system.
Instance Attribute Details
#application_metrics ⇒ Types::ApplicationMetrics
Returns the value of attribute application_metrics.
927 928 929 |
# File 'sig/types.rbs', line 927 def application_metrics @application_metrics end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
930 931 932 |
# File 'sig/types.rbs', line 930 def availability_zone @availability_zone end |
#causes ⇒ ::Array[::String]
Returns the value of attribute causes.
925 926 927 |
# File 'sig/types.rbs', line 925 def causes @causes end |
#color ⇒ ::String
Returns the value of attribute color.
924 925 926 |
# File 'sig/types.rbs', line 924 def color @color end |
#deployment ⇒ Types::Deployment
Returns the value of attribute deployment.
929 930 931 |
# File 'sig/types.rbs', line 929 def deployment @deployment end |
#health_status ⇒ ::String
Returns the value of attribute health_status.
923 924 925 |
# File 'sig/types.rbs', line 923 def health_status @health_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
922 923 924 |
# File 'sig/types.rbs', line 922 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
931 932 933 |
# File 'sig/types.rbs', line 931 def instance_type @instance_type end |
#launched_at ⇒ ::Time
Returns the value of attribute launched_at.
926 927 928 |
# File 'sig/types.rbs', line 926 def launched_at @launched_at end |
#system ⇒ Types::SystemStatus
Returns the value of attribute system.
928 929 930 |
# File 'sig/types.rbs', line 928 def system @system end |