Class: Aws::WAFRegional::Types::ListLoggingConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListLoggingConfigurationsResponse
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configurations ⇒ Array<Types::LoggingConfiguration>
An array of LoggingConfiguration objects.
-
#next_marker ⇒ String
If you have more
LoggingConfigurationsthan the number that you specified forLimitin the request, the response includes aNextMarkervalue.
Instance Attribute Details
#logging_configurations ⇒ Array<Types::LoggingConfiguration>
An array of LoggingConfiguration objects.
3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3056 class ListLoggingConfigurationsResponse < Struct.new( :logging_configurations, :next_marker) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If you have more LoggingConfigurations than the number that you
specified for Limit in the request, the response includes a
NextMarker value. To list more LoggingConfigurations, submit
another ListLoggingConfigurations request, and specify the
NextMarker value from the response in the NextMarker value in
the next request.
3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3056 class ListLoggingConfigurationsResponse < Struct.new( :logging_configurations, :next_marker) SENSITIVE = [] include Aws::Structure end |