Class: Aws::Types::UpdateRegexPatternSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1771
1772
1773
# File 'sig/types.rbs', line 1771

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def name
  @name
end

#regular_expression_list::Array[Types::Regex]

Returns the value of attribute regular_expression_list.

Returns:



1773
1774
1775
# File 'sig/types.rbs', line 1773

def regular_expression_list
  @regular_expression_list
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


1770
1771
1772
# File 'sig/types.rbs', line 1770

def scope
  @scope
end