Class: Aws::Types::Condition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eq::Array[::String]

Returns the value of attribute eq.

Returns:

  • (::Array[::String])


303
304
305
# File 'sig/types.rbs', line 303

def eq
  @eq
end

#equals::Array[::String]

Returns the value of attribute equals.

Returns:

  • (::Array[::String])


309
310
311
# File 'sig/types.rbs', line 309

def equals
  @equals
end

#greater_than::Integer

Returns the value of attribute greater_than.

Returns:

  • (::Integer)


311
312
313
# File 'sig/types.rbs', line 311

def greater_than
  @greater_than
end

#greater_than_or_equal::Integer

Returns the value of attribute greater_than_or_equal.

Returns:

  • (::Integer)


312
313
314
# File 'sig/types.rbs', line 312

def greater_than_or_equal
  @greater_than_or_equal
end

#gt::Integer

Returns the value of attribute gt.

Returns:

  • (::Integer)


305
306
307
# File 'sig/types.rbs', line 305

def gt
  @gt
end

#gte::Integer

Returns the value of attribute gte.

Returns:

  • (::Integer)


306
307
308
# File 'sig/types.rbs', line 306

def gte
  @gte
end

#less_than::Integer

Returns the value of attribute less_than.

Returns:

  • (::Integer)


313
314
315
# File 'sig/types.rbs', line 313

def less_than
  @less_than
end

#less_than_or_equal::Integer

Returns the value of attribute less_than_or_equal.

Returns:

  • (::Integer)


314
315
316
# File 'sig/types.rbs', line 314

def less_than_or_equal
  @less_than_or_equal
end

#lt::Integer

Returns the value of attribute lt.

Returns:

  • (::Integer)


307
308
309
# File 'sig/types.rbs', line 307

def lt
  @lt
end

#lte::Integer

Returns the value of attribute lte.

Returns:

  • (::Integer)


308
309
310
# File 'sig/types.rbs', line 308

def lte
  @lte
end

#matches::Array[::String]

Returns the value of attribute matches.

Returns:

  • (::Array[::String])


315
316
317
# File 'sig/types.rbs', line 315

def matches
  @matches
end

#neq::Array[::String]

Returns the value of attribute neq.

Returns:

  • (::Array[::String])


304
305
306
# File 'sig/types.rbs', line 304

def neq
  @neq
end

#not_equals::Array[::String]

Returns the value of attribute not_equals.

Returns:

  • (::Array[::String])


310
311
312
# File 'sig/types.rbs', line 310

def not_equals
  @not_equals
end

#not_matches::Array[::String]

Returns the value of attribute not_matches.

Returns:

  • (::Array[::String])


316
317
318
# File 'sig/types.rbs', line 316

def not_matches
  @not_matches
end