Class: Aws::Types::ResourceDiscoveryStatus
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDiscoveryStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "INVALID_PERMISSIONS", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#error_code ⇒ "INVALID_PERMISSIONS", ...
Returns the value of attribute error_code.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def end |
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def last_run_at @last_run_at end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def status @status end |