Class: Aws::Types::Scan
- Inherits:
-
Object
- Object
- Aws::Types::Scan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#admin_detector_id ⇒ ::String
Returns the value of attribute admin_detector_id.
-
#attached_volumes ⇒ ::Array[Types::VolumeDetail]
Returns the value of attribute attached_volumes.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#file_count ⇒ ::Integer
Returns the value of attribute file_count.
-
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
-
#scan_end_time ⇒ ::Time
Returns the value of attribute scan_end_time.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#scan_result_details ⇒ Types::ScanResultDetails
Returns the value of attribute scan_result_details.
-
#scan_start_time ⇒ ::Time
Returns the value of attribute scan_start_time.
-
#scan_status ⇒ "RUNNING", ...
Returns the value of attribute scan_status.
-
#scan_type ⇒ "GUARDDUTY_INITIATED", "ON_DEMAND"
Returns the value of attribute scan_type.
-
#total_bytes ⇒ ::Integer
Returns the value of attribute total_bytes.
-
#trigger_details ⇒ Types::TriggerDetails
Returns the value of attribute trigger_details.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def account_id @account_id end |
#admin_detector_id ⇒ ::String
Returns the value of attribute admin_detector_id.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def admin_detector_id @admin_detector_id end |
#attached_volumes ⇒ ::Array[Types::VolumeDetail]
Returns the value of attribute attached_volumes.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def attached_volumes @attached_volumes end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def detector_id @detector_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def failure_reason @failure_reason end |
#file_count ⇒ ::Integer
Returns the value of attribute file_count.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def file_count @file_count end |
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def resource_details @resource_details end |
#scan_end_time ⇒ ::Time
Returns the value of attribute scan_end_time.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def scan_end_time @scan_end_time end |
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def scan_id @scan_id end |
#scan_result_details ⇒ Types::ScanResultDetails
Returns the value of attribute scan_result_details.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def scan_result_details @scan_result_details end |
#scan_start_time ⇒ ::Time
Returns the value of attribute scan_start_time.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def scan_start_time @scan_start_time end |
#scan_status ⇒ "RUNNING", ...
Returns the value of attribute scan_status.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def scan_status @scan_status end |
#scan_type ⇒ "GUARDDUTY_INITIATED", "ON_DEMAND"
Returns the value of attribute scan_type.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def scan_type @scan_type end |
#total_bytes ⇒ ::Integer
Returns the value of attribute total_bytes.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def total_bytes @total_bytes end |
#trigger_details ⇒ Types::TriggerDetails
Returns the value of attribute trigger_details.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def trigger_details @trigger_details end |