Class: Aws::Types::CreateRegexPatternSetRequest

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)


242
243
244
# File 'sig/types.rbs', line 242

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def name
  @name
end

#regular_expression_list::Array[Types::Regex]

Returns the value of attribute regular_expression_list.

Returns:



243
244
245
# File 'sig/types.rbs', line 243

def regular_expression_list
  @regular_expression_list
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


241
242
243
# File 'sig/types.rbs', line 241

def scope
  @scope
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



244
245
246
# File 'sig/types.rbs', line 244

def tags
  @tags
end