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)


928
929
930
# File 'sig/types.rbs', line 928

def name
  @name
end

#regex_pattern_set_id::String

Returns the value of attribute regex_pattern_set_id.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

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])


929
930
931
# File 'sig/types.rbs', line 929

def regex_pattern_strings
  @regex_pattern_strings
end