Class: Aws::Types::ListSubscribedRuleGroupsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def next_marker
  @next_marker
end

#rule_groups::Array[Types::SubscribedRuleGroupSummary]

Returns the value of attribute rule_groups.

Returns:



816
817
818
# File 'sig/types.rbs', line 816

def rule_groups
  @rule_groups
end