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.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def @timestamp end |