Class: Aws::Types::StatusReport
- Inherits:
-
Object
- Object
- Aws::Types::StatusReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#checked_time ⇒ ::Time
Returns the value of attribute checked_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#checked_time ⇒ ::Time
Returns the value of attribute checked_time.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def checked_time @checked_time end |
#status ⇒ ::String
Returns the value of attribute status.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def status @status end |