Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: After, Before, Equals, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after ⇒ ::Time
Returns the value of attribute after.
-
#before ⇒ ::Time
Returns the value of attribute before.
-
#equals ⇒ Types::AttributeValueList
Returns the value of attribute equals.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#after ⇒ ::Time
Returns the value of attribute after.
107 108 109 |
# File 'sig/types.rbs', line 107 def after @after end |
#before ⇒ ::Time
Returns the value of attribute before.
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.
110 111 112 |
# File 'sig/types.rbs', line 110 def unknown @unknown end |