Class: Aws::Types::RegexMatchSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.



902
903
904
# File 'sig/types.rbs', line 902

def name
  @name
end

#regex_match_set_id::String

Returns the value of attribute regex_match_set_id.



901
902
903
# File 'sig/types.rbs', line 901

def regex_match_set_id
  @regex_match_set_id
end

#regex_match_tuples::Array[Types::RegexMatchTuple]

Returns the value of attribute regex_match_tuples.



903
904
905
# File 'sig/types.rbs', line 903

def regex_match_tuples
  @regex_match_tuples
end