Class: Aws::Types::Conditions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#string_equals::Array[Types::ConditionParameter]

Returns the value of attribute string_equals.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def string_equals
  @string_equals
end

#string_like::Array[Types::ConditionParameter]

Returns the value of attribute string_like.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def string_like
  @string_like
end

#string_not_equals::Array[Types::ConditionParameter]

Returns the value of attribute string_not_equals.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def string_not_equals
  @string_not_equals
end

#string_not_like::Array[Types::ConditionParameter]

Returns the value of attribute string_not_like.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def string_not_like
  @string_not_like
end