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.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def @error_message end |
#last_run_at ⇒ ::Time
Returns the value of attribute last_run_at.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def last_run_at @last_run_at end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def status @status end |