Class: Aws::Types::Condition

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

Defined Under Namespace

Classes: After, Before, Equals, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after ⇒ ::Time

Returns the value of attribute after.

Returns:

  • (::Time)


107
108
109
# File 'sig/types.rbs', line 107

def after
  @after
end

#before ⇒ ::Time

Returns the value of attribute before.

Returns:

  • (::Time)


108
109
110
# File 'sig/types.rbs', line 108

def before
  @before
end

#equals ⇒ Types::AttributeValueList

Returns the value of attribute equals.



109
110
111
# File 'sig/types.rbs', line 109

def equals
  @equals
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


110
111
112
# File 'sig/types.rbs', line 110

def unknown
  @unknown
end