Class: Aws::WAF::Types::ListLoggingConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::ListLoggingConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
2961 2962 2963 2964 2965 2966 |
# File 'lib/aws-sdk-waf/types.rb', line 2961 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.
2961 2962 2963 2964 2965 2966 |
# File 'lib/aws-sdk-waf/types.rb', line 2961 class ListLoggingConfigurationsResponse < Struct.new( :logging_configurations, :next_marker) SENSITIVE = [] include Aws::Structure end |