Class: Aws::Types::Predicate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_id::String

Returns the value of attribute data_id.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def data_id
  @data_id
end

#negatedBoolean

Returns the value of attribute negated.

Returns:

  • (Boolean)


827
828
829
# File 'sig/types.rbs', line 827

def negated
  @negated
end

#type"IPMatch", ...

Returns the value of attribute type.

Returns:

  • ("IPMatch", "ByteMatch", "SqlInjectionMatch", "GeoMatch", "SizeConstraint", "XssMatch", "RegexMatch")


828
829
830
# File 'sig/types.rbs', line 828

def type
  @type
end