Class: Aws::Types::ScanJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ScanJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#scan_result_status ⇒ "NO_THREATS_FOUND", ...
Returns the value of attribute scan_result_status.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def account_id @account_id end |
#count ⇒ ::Integer
Returns the value of attribute count.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def count @count end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def end_time @end_time end |
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def malware_scanner @malware_scanner end |
#region ⇒ ::String
Returns the value of attribute region.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def region @region end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def resource_type @resource_type end |
#scan_result_status ⇒ "NO_THREATS_FOUND", ...
Returns the value of attribute scan_result_status.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def scan_result_status @scan_result_status end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def start_time @start_time end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def state @state end |