Class: Aws::Types::UpdateRegexPatternSetRequest

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)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def change_token
  @change_token
end

#regex_pattern_set_id::String

Returns the value of attribute regex_pattern_set_id.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def regex_pattern_set_id
  @regex_pattern_set_id
end

#updates::Array[Types::RegexPatternSetUpdate]

Returns the value of attribute updates.

Returns:



1113
1114
1115
# File 'sig/types.rbs', line 1113

def updates
  @updates
end