Class: Aws::Types::CreateXssMatchSetResponse

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)


220
221
222
# File 'sig/types.rbs', line 220

def change_token
  @change_token
end

#xss_match_setTypes::XssMatchSet

Returns the value of attribute xss_match_set.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def xss_match_set
  @xss_match_set
end