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)


5409
5410
5411
# File 'sig/types.rbs', line 5409

def next_token
  @next_token
end

#rule_summary_list::Array[Types::RuleSummary]

Returns the value of attribute rule_summary_list.

Returns:



5408
5409
5410
# File 'sig/types.rbs', line 5408

def rule_summary_list
  @rule_summary_list
end