Module: Aws::ApplicationInsights::Client::_ListLogPatternsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListLogPatternsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #log_patterns ⇒ ::Array[Types::LogPattern]
- #next_token ⇒ ::String
- #resource_group_name ⇒ ::String
Instance Method Details
#account_id ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def account_id: () -> ::String
|
#log_patterns ⇒ ::Array[Types::LogPattern]
359 |
# File 'sig/client.rbs', line 359
def log_patterns: () -> ::Array[Types::LogPattern]
|
#next_token ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def next_token: () -> ::String
|
#resource_group_name ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def resource_group_name: () -> ::String
|