Class: Aws::Types::RegexPatternSet

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)


890
891
892
# File 'sig/types.rbs', line 890

def name
  @name
end

#regex_pattern_set_id::String

Returns the value of attribute regex_pattern_set_id.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def regex_pattern_set_id
  @regex_pattern_set_id
end

#regex_pattern_strings::Array[::String]

Returns the value of attribute regex_pattern_strings.

Returns:

  • (::Array[::String])


891
892
893
# File 'sig/types.rbs', line 891

def regex_pattern_strings
  @regex_pattern_strings
end