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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1428
1429
1430
# File 'sig/types.rbs', line 1428

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1429
1430
1431
# File 'sig/types.rbs', line 1429

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def name
  @name
end

#regular_expression_list::Array[Types::Regex]

Returns the value of attribute regular_expression_list.

Returns:



1430
1431
1432
# File 'sig/types.rbs', line 1430

def regular_expression_list
  @regular_expression_list
end