Class: Aws::Types::RegexMatchSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def name
  @name
end

#regex_match_set_id::String

Returns the value of attribute regex_match_set_id.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def regex_match_set_id
  @regex_match_set_id
end

#regex_match_tuples::Array[Types::RegexMatchTuple]

Returns the value of attribute regex_match_tuples.

Returns:



865
866
867
# File 'sig/types.rbs', line 865

def regex_match_tuples
  @regex_match_tuples
end