Class: Aws::Types::ByteMatchSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_match_set_id::String

Returns the value of attribute byte_match_set_id.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def byte_match_set_id
  @byte_match_set_id
end

#byte_match_tuples::Array[Types::ByteMatchTuple]

Returns the value of attribute byte_match_tuples.

Returns:



24
25
26
# File 'sig/types.rbs', line 24

def byte_match_tuples
  @byte_match_tuples
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def name
  @name
end