Class: Aws::WAFRegional::Types::ListLoggingConfigurationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationsArray<Types::LoggingConfiguration>

An array of LoggingConfiguration objects.

Returns:



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_markerString

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.

Returns:

  • (String)


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