Class: Aws::Types::UpdateSqlInjectionMatchSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def change_token
  @change_token
end

#sql_injection_match_set_id::String

Returns the value of attribute sql_injection_match_set_id.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def sql_injection_match_set_id
  @sql_injection_match_set_id
end

#updates::Array[Types::SqlInjectionMatchSetUpdate]

Returns the value of attribute updates.

Returns:



1162
1163
1164
# File 'sig/types.rbs', line 1162

def updates
  @updates
end