Module: Aws::WAFV2::Client::_ListAPIKeysResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListAPIKeysResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_key_summaries ⇒ ::Array[Types::APIKeySummary]
- #application_integration_url ⇒ ::String
- #next_marker ⇒ ::String
Instance Method Details
#api_key_summaries ⇒ ::Array[Types::APIKeySummary]
662 |
# File 'sig/client.rbs', line 662
def api_key_summaries: () -> ::Array[Types::APIKeySummary]
|
#application_integration_url ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def application_integration_url: () -> ::String
|
#next_marker ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def next_marker: () -> ::String
|