Class: Aws::Types::ConditionResultEvent
- Inherits:
-
Object
- Object
- Aws::Types::ConditionResultEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#satisfied_conditions ⇒ ::Array[Types::SatisfiedCondition]
Returns the value of attribute satisfied_conditions.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#node_name ⇒ ::String
Returns the value of attribute node_name.
572 573 574 |
# File 'sig/types.rbs', line 572 def node_name @node_name end |
#satisfied_conditions ⇒ ::Array[Types::SatisfiedCondition]
Returns the value of attribute satisfied_conditions.
573 574 575 |
# File 'sig/types.rbs', line 573 def satisfied_conditions @satisfied_conditions end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
574 575 576 |
# File 'sig/types.rbs', line 574 def @timestamp end |