Class: Aws::Types::ListRulesResponse

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)


5337
5338
5339
# File 'sig/types.rbs', line 5337

def next_token
  @next_token
end

#rule_summary_list::Array[Types::RuleSummary]

Returns the value of attribute rule_summary_list.

Returns:



5336
5337
5338
# File 'sig/types.rbs', line 5336

def rule_summary_list
  @rule_summary_list
end