Class: Aws::Types::DescribeResourceScanOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeResourceScanOutput
- 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.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#resources_read ⇒ ::Integer
Returns the value of attribute resources_read.
-
#resources_scanned ⇒ ::Integer
Returns the value of attribute resources_scanned.
-
#scan_filters ⇒ ::Array[Types::ScanFilter]
Returns the value of attribute scan_filters.
-
#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.
519 520 521 |
# File 'sig/types.rbs', line 519 def end_time @end_time end |
#percentage_completed ⇒ ::Float
Returns the value of attribute percentage_completed.
520 521 522 |
# File 'sig/types.rbs', line 520 def percentage_completed @percentage_completed end |
#resource_scan_id ⇒ ::String
Returns the value of attribute resource_scan_id.
515 516 517 |
# File 'sig/types.rbs', line 515 def resource_scan_id @resource_scan_id end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
521 522 523 |
# File 'sig/types.rbs', line 521 def resource_types @resource_types end |
#resources_read ⇒ ::Integer
Returns the value of attribute resources_read.
523 524 525 |
# File 'sig/types.rbs', line 523 def resources_read @resources_read end |
#resources_scanned ⇒ ::Integer
Returns the value of attribute resources_scanned.
522 523 524 |
# File 'sig/types.rbs', line 522 def resources_scanned @resources_scanned end |
#scan_filters ⇒ ::Array[Types::ScanFilter]
Returns the value of attribute scan_filters.
524 525 526 |
# File 'sig/types.rbs', line 524 def scan_filters @scan_filters end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
518 519 520 |
# File 'sig/types.rbs', line 518 def start_time @start_time end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
516 517 518 |
# File 'sig/types.rbs', line 516 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
517 518 519 |
# File 'sig/types.rbs', line 517 def status_reason @status_reason end |