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)


31
32
33
# File 'sig/types.rbs', line 31

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:



33
34
35
# File 'sig/types.rbs', line 33

def byte_match_tuples
  @byte_match_tuples
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def name
  @name
end