Class: Aws::Types::CreateRegexMatchSetResponse

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)


108
109
110
# File 'sig/types.rbs', line 108

def change_token
  @change_token
end

#regex_match_setTypes::RegexMatchSet

Returns the value of attribute regex_match_set.



107
108
109
# File 'sig/types.rbs', line 107

def regex_match_set
  @regex_match_set
end