Class: Aws::Types::DescribeEnvironmentHealthRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEnvironmentHealthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[("Status" | "Color" | "Causes" | "ApplicationMetrics" | "InstancesHealth" | "All" | "HealthStatus" | "RefreshedAt")]
Returns the value of attribute attribute_names.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
Instance Attribute Details
#attribute_names ⇒ ::Array[("Status" | "Color" | "Causes" | "ApplicationMetrics" | "InstancesHealth" | "All" | "HealthStatus" | "RefreshedAt")]
Returns the value of attribute attribute_names.
386 387 388 |
# File 'sig/types.rbs', line 386 def attribute_names @attribute_names end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
384 385 386 |
# File 'sig/types.rbs', line 384 def environment_name @environment_name end |