Class: Aws::Types::ListRuleGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def next_token
  @next_token
end

#rule_groups ⇒ ::Array[Types::RuleGroupMetadata]

Returns the value of attribute rule_groups.

Returns:



1170
1171
1172
# File 'sig/types.rbs', line 1170

def rule_groups
  @rule_groups
end