Class: Aws::Types::SqlInjectionMatchSetSummary

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)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def name
  @name
end

#sql_injection_match_set_id::String

Returns the value of attribute sql_injection_match_set_id.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def sql_injection_match_set_id
  @sql_injection_match_set_id
end