Class: Aws::Types::NodeOutputEvent
- Inherits:
-
Object
- Object
- Aws::Types::NodeOutputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::NodeOutputField]
Returns the value of attribute fields.
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#fields ⇒ ::Array[Types::NodeOutputField]
Returns the value of attribute fields.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def @timestamp end |