Class: Aws::WAF::Types::ListLoggingConfigurationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationsArray<Types::LoggingConfiguration>

An array of LoggingConfiguration objects.

Returns:



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_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)


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