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)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def change_token
  @change_token
end

#regex_match_set_id::String

Returns the value of attribute regex_match_set_id.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def regex_match_set_id
  @regex_match_set_id
end

#updates::Array[Types::RegexMatchSetUpdate]

Returns the value of attribute updates.

Returns:



1139
1140
1141
# File 'sig/types.rbs', line 1139

def updates
  @updates
end