Class: Aws::WAFRegional::Types::ListLoggingConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::ListLoggingConfigurationsResponse
- Includes:
- Structure
- Defined in:
- 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 ‘LoggingConfigurations` than the number that you specified for `Limit` in the request, the response includes a `NextMarker` value.
Instance Attribute Details
#logging_configurations ⇒ Array<Types::LoggingConfiguration>
An array of LoggingConfiguration objects.
3056 3057 3058 3059 3060 3061 |
# File '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 'lib/aws-sdk-wafregional/types.rb', line 3056 class ListLoggingConfigurationsResponse < Struct.new( :logging_configurations, :next_marker) SENSITIVE = [] include Aws::Structure end |