Module: Aws::Route53::Client::_ListHealthChecksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListHealthChecksResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #health_checks ⇒ ::Array[Types::HealthCheck]
- #is_truncated ⇒ Boolean
- #marker ⇒ ::String
- #max_items ⇒ ::Integer
- #next_marker ⇒ ::String
Instance Method Details
#health_checks ⇒ ::Array[Types::HealthCheck]
747 |
# File 'sig/client.rbs', line 747
def health_checks: () -> ::Array[Types::HealthCheck]
|
#is_truncated ⇒ Boolean
749 |
# File 'sig/client.rbs', line 749
def is_truncated: () -> bool
|
#marker ⇒ ::String
748 |
# File 'sig/client.rbs', line 748
def marker: () -> ::String
|
#max_items ⇒ ::Integer
751 |
# File 'sig/client.rbs', line 751
def max_items: () -> ::Integer
|
#next_marker ⇒ ::String
750 |
# File 'sig/client.rbs', line 750
def next_marker: () -> ::String
|