Class: Aws::Types::NodeInputEvent
- Inherits:
-
Object
- Object
- Aws::Types::NodeInputEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::NodeInputField]
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::NodeInputField]
Returns the value of attribute fields.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def fields @fields end |
#node_name ⇒ ::String
Returns the value of attribute node_name.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def node_name @node_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def @timestamp end |