Class: Aws::Types::CustomPattern

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#keyword_regex::String

Returns the value of attribute keyword_regex.

Returns:



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:



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:



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:



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

def pattern_regex
  @pattern_regex
end