Class: Aws::Types::EbsVolumeScanDetails
- Inherits:
-
Object
- Object
- Aws::Types::EbsVolumeScanDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#scan_completed_at ⇒ ::Time
Returns the value of attribute scan_completed_at.
-
#scan_detections ⇒ Types::ScanDetections
Returns the value of attribute scan_detections.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#scan_started_at ⇒ ::Time
Returns the value of attribute scan_started_at.
-
#scan_type ⇒ "GUARDDUTY_INITIATED", "ON_DEMAND"
Returns the value of attribute scan_type.
-
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
-
#trigger_finding_id ⇒ ::String
Returns the value of attribute trigger_finding_id.
Instance Attribute Details
#scan_completed_at ⇒ ::Time
Returns the value of attribute scan_completed_at.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def scan_completed_at @scan_completed_at end |
#scan_detections ⇒ Types::ScanDetections
Returns the value of attribute scan_detections.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def scan_detections @scan_detections end |
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
997 998 999 |
# File 'sig/types.rbs', line 997 def scan_id @scan_id end |
#scan_started_at ⇒ ::Time
Returns the value of attribute scan_started_at.
998 999 1000 |
# File 'sig/types.rbs', line 998 def scan_started_at @scan_started_at end |
#scan_type ⇒ "GUARDDUTY_INITIATED", "ON_DEMAND"
Returns the value of attribute scan_type.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def scan_type @scan_type end |
#sources ⇒ ::Array[::String]
Returns the value of attribute sources.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def sources @sources end |
#trigger_finding_id ⇒ ::String
Returns the value of attribute trigger_finding_id.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def trigger_finding_id @trigger_finding_id end |