Class: Aws::Types::CustomPattern

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pattern_name, :pattern_regex, :pattern_description, :keyword_regex])

Instance Attribute Summary collapse

Instance Attribute Details

#keyword_regex::String

Returns the value of attribute keyword_regex.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def keyword_regex
  @keyword_regex
end

#pattern_description::String

Returns the value of attribute pattern_description.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def pattern_description
  @pattern_description
end

#pattern_name::String

Returns the value of attribute pattern_name.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def pattern_name
  @pattern_name
end

#pattern_regex::String

Returns the value of attribute pattern_regex.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def pattern_regex
  @pattern_regex
end