Module: Aws::ApplicationInsights::Client::_ListLogPatternSetsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListLogPatternSetsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #log_pattern_sets ⇒ ::Array[::String]
- #next_token ⇒ ::String
- #resource_group_name ⇒ ::String
Instance Method Details
#account_id ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def account_id: () -> ::String
|
#log_pattern_sets ⇒ ::Array[::String]
343 |
# File 'sig/client.rbs', line 343
def log_pattern_sets: () -> ::Array[::String]
|
#next_token ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def next_token: () -> ::String
|
#resource_group_name ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def resource_group_name: () -> ::String
|