Class: Aws::WAF::Types::ListSubscribedRuleGroupsResponse

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

#next_markerString

If you have more objects than the number that you specified for ‘Limit` in the request, the response includes a `NextMarker` value. To list more objects, submit another `ListSubscribedRuleGroups` request, and specify the `NextMarker` value from the response in the `NextMarker` value in the next request.

Returns:

  • (String)


3347
3348
3349
3350
3351
3352
# File 'lib/aws-sdk-waf/types.rb', line 3347

class ListSubscribedRuleGroupsResponse < Struct.new(
  :next_marker,
  :rule_groups)
  SENSITIVE = []
  include Aws::Structure
end

#rule_groupsArray<Types::SubscribedRuleGroupSummary>

An array of RuleGroup objects.



3347
3348
3349
3350
3351
3352
# File 'lib/aws-sdk-waf/types.rb', line 3347

class ListSubscribedRuleGroupsResponse < Struct.new(
  :next_marker,
  :rule_groups)
  SENSITIVE = []
  include Aws::Structure
end