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)


984
985
986
# File 'sig/types.rbs', line 984

def name
  @name
end

#sql_injection_match_set_id::String

Returns the value of attribute sql_injection_match_set_id.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

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:



985
986
987
# File 'sig/types.rbs', line 985

def sql_injection_match_tuples
  @sql_injection_match_tuples
end