Module: Aws::ApplicationInsights::Client::_ListProblemsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListProblemsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #next_token ⇒ ::String
- #problem_list ⇒ ::Array[Types::Problem]
- #resource_group_name ⇒ ::String
Instance Method Details
#account_id ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def account_id: () -> ::String
|
#next_token ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def next_token: () -> ::String
|
#problem_list ⇒ ::Array[Types::Problem]
374 |
# File 'sig/client.rbs', line 374
def problem_list: () -> ::Array[Types::Problem]
|
#resource_group_name ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def resource_group_name: () -> ::String
|