Class: Aws::Types::ListSqlInjectionMatchSetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSqlInjectionMatchSetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#sql_injection_match_sets ⇒ ::Array[Types::SqlInjectionMatchSetSummary]
Returns the value of attribute sql_injection_match_sets.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
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 |