Class: Aws::Types::DescribeInstancesHealthRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancesHealthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[("HealthStatus" | "Color" | "Causes" | "ApplicationMetrics" | "RefreshedAt" | "LaunchedAt" | "System" | "Deployment" | "AvailabilityZone" | "InstanceType" | "All")]
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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#attribute_names ⇒ ::Array[("HealthStatus" | "Color" | "Causes" | "ApplicationMetrics" | "RefreshedAt" | "LaunchedAt" | "System" | "Deployment" | "AvailabilityZone" | "InstanceType" | "All")]
Returns the value of attribute attribute_names.
465 466 467 |
# File 'sig/types.rbs', line 465 def attribute_names @attribute_names end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
464 465 466 |
# File 'sig/types.rbs', line 464 def environment_id @environment_id end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
463 464 465 |
# File 'sig/types.rbs', line 463 def environment_name @environment_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
466 467 468 |
# File 'sig/types.rbs', line 466 def next_token @next_token end |