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

#field ⇒ ::String

Returns the value of attribute field.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def field
  @field
end

#operator ⇒ "Equals", ...

Returns the value of attribute operator.

Returns:

  • ("Equals", "NotEquals", "GreaterThen", "GreaterOrEquals", "LessThen", "LessOrEquals")


248
249
250
# File 'sig/types.rbs', line 248

def operator
  @operator
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def value
  @value
end