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
668 |
# File 'sig/client.rbs', line 668
def account_id: () -> ::String
|
#backup_vault_arn ⇒ ::String
669 |
# File 'sig/client.rbs', line 669
def backup_vault_arn: () -> ::String
|
#backup_vault_name ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def backup_vault_name: () -> ::String
|
#completion_date ⇒ ::Time
671 |
# File 'sig/client.rbs', line 671
def completion_date: () -> ::Time
|
#continuous_scan_end_time ⇒ ::Time
672 |
# File 'sig/client.rbs', line 672
def continuous_scan_end_time: () -> ::Time
|
#continuous_scan_start_time ⇒ ::Time
673 |
# File 'sig/client.rbs', line 673
def continuous_scan_start_time: () -> ::Time
|
#created_by ⇒ Types::ScanJobCreator
674 |
# File 'sig/client.rbs', line 674
def created_by: () -> Types::ScanJobCreator
|
#creation_date ⇒ ::Time
675 |
# File 'sig/client.rbs', line 675
def creation_date: () -> ::Time
|
#iam_role_arn ⇒ ::String
676 |
# File 'sig/client.rbs', line 676
def iam_role_arn: () -> ::String
|
#malware_scanner ⇒ "GUARDDUTY"
677 |
# File 'sig/client.rbs', line 677
def malware_scanner: () -> ("GUARDDUTY")
|
#recovery_point_arn ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def recovery_point_arn: () -> ::String
|
#resource_arn ⇒ ::String
679 |
# File 'sig/client.rbs', line 679
def resource_arn: () -> ::String
|
#resource_name ⇒ ::String
680 |
# File 'sig/client.rbs', line 680
def resource_name: () -> ::String
|
#resource_type ⇒ "EBS", ...
681 |
# File 'sig/client.rbs', line 681
def resource_type: () -> ("EBS" | "EC2" | "S3")
|
#scan_base_recovery_point_arn ⇒ ::String
682 |
# File 'sig/client.rbs', line 682
def scan_base_recovery_point_arn: () -> ::String
|
#scan_id ⇒ ::String
683 |
# File 'sig/client.rbs', line 683
def scan_id: () -> ::String
|
#scan_job_id ⇒ ::String
684 |
# File 'sig/client.rbs', line 684
def scan_job_id: () -> ::String
|
#scan_mode ⇒ "FULL_SCAN", "INCREMENTAL_SCAN"
685 |
# File 'sig/client.rbs', line 685
def scan_mode: () -> ("FULL_SCAN" | "INCREMENTAL_SCAN")
|
#scan_result ⇒ Types::ScanResultInfo
686 |
# File 'sig/client.rbs', line 686
def scan_result: () -> Types::ScanResultInfo
|
#scanner_role_arn ⇒ ::String
687 |
# File 'sig/client.rbs', line 687
def scanner_role_arn: () -> ::String
|
#state ⇒ "CANCELED", ...
688 |
# File 'sig/client.rbs', line 688
def state: () -> ("CANCELED" | "COMPLETED" | "COMPLETED_WITH_ISSUES" | "CREATED" | "FAILED" | "RUNNING")
|
#status_message ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def status_message: () -> ::String
|