Class: Aws::Types::ResourceScanSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceScanSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#percentage_completed ⇒ ::Float
Returns the value of attribute percentage_completed.
-
#resource_scan_id ⇒ ::String
Returns the value of attribute resource_scan_id.
-
#scan_type ⇒ "FULL", "PARTIAL"
Returns the value of attribute scan_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def end_time @end_time end |
#percentage_completed ⇒ ::Float
Returns the value of attribute percentage_completed.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def percentage_completed @percentage_completed end |
#resource_scan_id ⇒ ::String
Returns the value of attribute resource_scan_id.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def resource_scan_id @resource_scan_id end |
#scan_type ⇒ "FULL", "PARTIAL"
Returns the value of attribute scan_type.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def scan_type @scan_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def status_reason @status_reason end |