Module: Aws::EC2::Client::_DescribeApplicationStatusChecksResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationStatusChecksResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_status_checks ⇒ ::Array[Types::ApplicationStatusCheckResponseObject]
- #next_token ⇒ ::String
Instance Method Details
#application_status_checks ⇒ ::Array[Types::ApplicationStatusCheckResponseObject]
5446 |
# File 'sig/client.rbs', line 5446
def application_status_checks: () -> ::Array[Types::ApplicationStatusCheckResponseObject]
|
#next_token ⇒ ::String
5447 |
# File 'sig/client.rbs', line 5447
def next_token: () -> ::String
|