Class: Aws::Types::ScanJob
- Inherits:
-
Object
- Object
- Aws::Types::ScanJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
-
#continuous_scan_end_time ⇒ ::Time
Returns the value of attribute continuous_scan_end_time.
-
#continuous_scan_start_time ⇒ ::Time
Returns the value of attribute continuous_scan_start_time.
-
#created_by ⇒ Types::ScanJobCreator
Returns the value of attribute created_by.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
-
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_type ⇒ "EBS", ...
Returns the value of attribute resource_type.
-
#scan_base_recovery_point_arn ⇒ ::String
Returns the value of attribute scan_base_recovery_point_arn.
-
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
-
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
-
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
-
#scan_result ⇒ Types::ScanResultInfo
Returns the value of attribute scan_result.
-
#scanner_role_arn ⇒ ::String
Returns the value of attribute scanner_role_arn.
-
#state ⇒ "CANCELED", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def account_id @account_id end |
#backup_vault_arn ⇒ ::String
Returns the value of attribute backup_vault_arn.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def backup_vault_arn @backup_vault_arn end |
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def backup_vault_name @backup_vault_name end |
#completion_date ⇒ ::Time
Returns the value of attribute completion_date.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def completion_date @completion_date end |
#continuous_scan_end_time ⇒ ::Time
Returns the value of attribute continuous_scan_end_time.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def continuous_scan_end_time @continuous_scan_end_time end |
#continuous_scan_start_time ⇒ ::Time
Returns the value of attribute continuous_scan_start_time.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def continuous_scan_start_time @continuous_scan_start_time end |
#created_by ⇒ Types::ScanJobCreator
Returns the value of attribute created_by.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def created_by @created_by end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def creation_date @creation_date end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def iam_role_arn @iam_role_arn end |
#malware_scanner ⇒ "GUARDDUTY"
Returns the value of attribute malware_scanner.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def malware_scanner @malware_scanner end |
#recovery_point_arn ⇒ ::String
Returns the value of attribute recovery_point_arn.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def recovery_point_arn @recovery_point_arn end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def resource_arn @resource_arn end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def resource_name @resource_name end |
#resource_type ⇒ "EBS", ...
Returns the value of attribute resource_type.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def resource_type @resource_type end |
#scan_base_recovery_point_arn ⇒ ::String
Returns the value of attribute scan_base_recovery_point_arn.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def scan_base_recovery_point_arn @scan_base_recovery_point_arn end |
#scan_id ⇒ ::String
Returns the value of attribute scan_id.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def scan_id @scan_id end |
#scan_job_id ⇒ ::String
Returns the value of attribute scan_job_id.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def scan_job_id @scan_job_id end |
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
Returns the value of attribute scan_mode.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def scan_mode @scan_mode end |
#scan_result ⇒ Types::ScanResultInfo
Returns the value of attribute scan_result.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def scan_result @scan_result end |
#scanner_role_arn ⇒ ::String
Returns the value of attribute scanner_role_arn.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def scanner_role_arn @scanner_role_arn end |
#state ⇒ "CANCELED", ...
Returns the value of attribute state.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def @status_message end |