Class: Aws::Types::NodeActionEvent
- Inherits:
-
Object
- Object
- Aws::Types::NodeActionEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_name ⇒ ::String
Returns the value of attribute node_name.
-
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
-
#operation_request ⇒ Object
Returns the value of attribute operation_request.
-
#operation_response ⇒ Object
Returns the value of attribute operation_response.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#node_name ⇒ ::String
Returns the value of attribute node_name.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def node_name @node_name end |
#operation_name ⇒ ::String
Returns the value of attribute operation_name.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def operation_name @operation_name end |
#operation_request ⇒ Object
Returns the value of attribute operation_request.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def operation_request @operation_request end |
#operation_response ⇒ Object
Returns the value of attribute operation_response.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def operation_response @operation_response end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def request_id @request_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def service_name @service_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def @timestamp end |