Class: Aws::Types::UpdateByteMatchSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_match_set_id::String

Returns the value of attribute byte_match_set_id.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def byte_match_set_id
  @byte_match_set_id
end

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def change_token
  @change_token
end

#updates::Array[Types::ByteMatchSetUpdate]

Returns the value of attribute updates.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def updates
  @updates
end