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)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def byte_match_set_id
  @byte_match_set_id
end

#change_token::String

Returns the value of attribute change_token.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def change_token
  @change_token
end

#updates::Array[Types::ByteMatchSetUpdate]

Returns the value of attribute updates.

Returns:



1053
1054
1055
# File 'sig/types.rbs', line 1053

def updates
  @updates
end