Class: Aws::Types::VMScannerState
- Inherits:
-
Object
- Object
- Aws::Types::VMScannerState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activated ⇒ Boolean
Returns the value of attribute activated.
-
#activated_at ⇒ ::Time
Returns the value of attribute activated_at.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
Instance Attribute Details
#activated ⇒ Boolean
Returns the value of attribute activated.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def activated @activated end |
#activated_at ⇒ ::Time
Returns the value of attribute activated_at.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def activated_at @activated_at end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def status @status end |