Module: Aws::Backup::Client::_DescribeScanJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeScanJobOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #backup_vault_arn ⇒ ::String
- #backup_vault_name ⇒ ::String
- #completion_date ⇒ ::Time
- #continuous_scan_end_time ⇒ ::Time
- #continuous_scan_start_time ⇒ ::Time
- #created_by ⇒ Types::ScanJobCreator
- #creation_date ⇒ ::Time
- #iam_role_arn ⇒ ::String
- #malware_scanner ⇒ "GUARDDUTY"
- #recovery_point_arn ⇒ ::String
- #resource_arn ⇒ ::String
- #resource_name ⇒ ::String
- #resource_type ⇒ "EBS", ...
- #scan_base_recovery_point_arn ⇒ ::String
- #scan_id ⇒ ::String
- #scan_job_id ⇒ ::String
- #scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
- #scan_result ⇒ Types::ScanResultInfo
- #scanner_role_arn ⇒ ::String
- #state ⇒ "CANCELED", ...
- #status_message ⇒ ::String
Instance Method Details
#account_id ⇒ ::String
709 |
# File 'sig/client.rbs', line 709
def account_id: () -> ::String
|
#backup_vault_arn ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def backup_vault_arn: () -> ::String
|
#backup_vault_name ⇒ ::String
711 |
# File 'sig/client.rbs', line 711
def backup_vault_name: () -> ::String
|
#completion_date ⇒ ::Time
712 |
# File 'sig/client.rbs', line 712
def completion_date: () -> ::Time
|
#continuous_scan_end_time ⇒ ::Time
713 |
# File 'sig/client.rbs', line 713
def continuous_scan_end_time: () -> ::Time
|
#continuous_scan_start_time ⇒ ::Time
714 |
# File 'sig/client.rbs', line 714
def continuous_scan_start_time: () -> ::Time
|
#created_by ⇒ Types::ScanJobCreator
715 |
# File 'sig/client.rbs', line 715
def created_by: () -> Types::ScanJobCreator
|
#creation_date ⇒ ::Time
716 |
# File 'sig/client.rbs', line 716
def creation_date: () -> ::Time
|
#iam_role_arn ⇒ ::String
717 |
# File 'sig/client.rbs', line 717
def iam_role_arn: () -> ::String
|
#malware_scanner ⇒ "GUARDDUTY"
718 |
# File 'sig/client.rbs', line 718
def malware_scanner: () -> ("GUARDDUTY")
|
#recovery_point_arn ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def recovery_point_arn: () -> ::String
|
#resource_arn ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def resource_arn: () -> ::String
|
#resource_name ⇒ ::String
721 |
# File 'sig/client.rbs', line 721
def resource_name: () -> ::String
|
#resource_type ⇒ "EBS", ...
722 |
# File 'sig/client.rbs', line 722
def resource_type: () -> ("EBS" | "EC2" | "S3")
|
#scan_base_recovery_point_arn ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def scan_base_recovery_point_arn: () -> ::String
|
#scan_id ⇒ ::String
724 |
# File 'sig/client.rbs', line 724
def scan_id: () -> ::String
|
#scan_job_id ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def scan_job_id: () -> ::String
|
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
726 |
# File 'sig/client.rbs', line 726
def scan_mode: () -> ("FULL_SCAN" | "INCREMENTAL_SCAN")
|
#scan_result ⇒ Types::ScanResultInfo
727 |
# File 'sig/client.rbs', line 727
def scan_result: () -> Types::ScanResultInfo
|
#scanner_role_arn ⇒ ::String
728 |
# File 'sig/client.rbs', line 728
def scanner_role_arn: () -> ::String
|
#state ⇒ "CANCELED", ...
729 |
# File 'sig/client.rbs', line 729
def state: () -> ("CANCELED" | "COMPLETED" | "COMPLETED_WITH_ISSUES" | "CREATED" | "FAILED" | "RUNNING")
|
#status_message ⇒ ::String
730 |
# File 'sig/client.rbs', line 730
def status_message: () -> ::String
|