Class: Aws::Types::UpdateRegexMatchSetRequest

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)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def change_token
  @change_token
end

#regex_match_set_id::String

Returns the value of attribute regex_match_set_id.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def regex_match_set_id
  @regex_match_set_id
end

#updates::Array[Types::RegexMatchSetUpdate]

Returns the value of attribute updates.

Returns:



1101
1102
1103
# File 'sig/types.rbs', line 1101

def updates
  @updates
end