Class: Aws::Types::SqlInjectionMatchSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def name
  @name
end

#sql_injection_match_set_id::String

Returns the value of attribute sql_injection_match_set_id.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

def sql_injection_match_set_id
  @sql_injection_match_set_id
end

#sql_injection_match_tuples::Array[Types::SqlInjectionMatchTuple]

Returns the value of attribute sql_injection_match_tuples.

Returns:



1023
1024
1025
# File 'sig/types.rbs', line 1023

def sql_injection_match_tuples
  @sql_injection_match_tuples
end