Class: Aws::Types::EdgeAgentStatus
- Inherits:
-
Object
- Object
- Aws::Types::EdgeAgentStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_recorder_status ⇒ Types::LastRecorderStatus
Returns the value of attribute last_recorder_status.
-
#last_uploader_status ⇒ Types::LastUploaderStatus
Returns the value of attribute last_uploader_status.
Instance Attribute Details
#last_recorder_status ⇒ Types::LastRecorderStatus
Returns the value of attribute last_recorder_status.
217 218 219 |
# File 'sig/types.rbs', line 217 def last_recorder_status @last_recorder_status end |
#last_uploader_status ⇒ Types::LastUploaderStatus
Returns the value of attribute last_uploader_status.
218 219 220 |
# File 'sig/types.rbs', line 218 def last_uploader_status @last_uploader_status end |