Class: Aws::Types::ListSqlInjectionMatchSetsResponse

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)


765
766
767
# File 'sig/types.rbs', line 765

def next_marker
  @next_marker
end

#sql_injection_match_sets::Array[Types::SqlInjectionMatchSetSummary]

Returns the value of attribute sql_injection_match_sets.



766
767
768
# File 'sig/types.rbs', line 766

def sql_injection_match_sets
  @sql_injection_match_sets
end