Class: Aws::Types::ListHealthChecksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHealthChecksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_checks ⇒ ::Array[Types::HealthCheck]
Returns the value of attribute health_checks.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#health_checks ⇒ ::Array[Types::HealthCheck]
Returns the value of attribute health_checks.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def health_checks @health_checks end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def next_marker @next_marker end |