Class: Aws::Types::SearchRulesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.

Returns:



7635
7636
7637
# File 'sig/types.rbs', line 7635

def approximate_total_count
  @approximate_total_count
end

#next_token::String

Returns the value of attribute next_token.

Returns:



7636
7637
7638
# File 'sig/types.rbs', line 7636

def next_token
  @next_token
end

#rules::Array[Types::RuleSearchSummary]

Returns the value of attribute rules.

Returns:



7634
7635
7636
# File 'sig/types.rbs', line 7634

def rules
  @rules
end