Class: Aws::Types::DescribeScanJobOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def 
  @account_id
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


834
835
836
# File 'sig/types.rbs', line 834

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def backup_vault_name
  @backup_vault_name
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


836
837
838
# File 'sig/types.rbs', line 836

def completion_date
  @completion_date
end

#continuous_scan_end_time::Time

Returns the value of attribute continuous_scan_end_time.

Returns:

  • (::Time)


837
838
839
# File 'sig/types.rbs', line 837

def continuous_scan_end_time
  @continuous_scan_end_time
end

#continuous_scan_start_time::Time

Returns the value of attribute continuous_scan_start_time.

Returns:

  • (::Time)


838
839
840
# File 'sig/types.rbs', line 838

def continuous_scan_start_time
  @continuous_scan_start_time
end

#created_byTypes::ScanJobCreator

Returns the value of attribute created_by.



839
840
841
# File 'sig/types.rbs', line 839

def created_by
  @created_by
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


840
841
842
# File 'sig/types.rbs', line 840

def creation_date
  @creation_date
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def iam_role_arn
  @iam_role_arn
end

#malware_scanner"GUARDDUTY"

Returns the value of attribute malware_scanner.

Returns:

  • ("GUARDDUTY")


842
843
844
# File 'sig/types.rbs', line 842

def malware_scanner
  @malware_scanner
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def recovery_point_arn
  @recovery_point_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def resource_arn
  @resource_arn
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def resource_name
  @resource_name
end

#resource_type"EBS", ...

Returns the value of attribute resource_type.

Returns:

  • ("EBS", "EC2", "S3")


846
847
848
# File 'sig/types.rbs', line 846

def resource_type
  @resource_type
end

#scan_base_recovery_point_arn::String

Returns the value of attribute scan_base_recovery_point_arn.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def scan_base_recovery_point_arn
  @scan_base_recovery_point_arn
end

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def scan_id
  @scan_id
end

#scan_job_id::String

Returns the value of attribute scan_job_id.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def scan_job_id
  @scan_job_id
end

#scan_mode"FULL_SCAN", "INCREMENTAL_SCAN"

Returns the value of attribute scan_mode.

Returns:

  • ("FULL_SCAN", "INCREMENTAL_SCAN")


850
851
852
# File 'sig/types.rbs', line 850

def scan_mode
  @scan_mode
end

#scan_resultTypes::ScanResultInfo

Returns the value of attribute scan_result.



851
852
853
# File 'sig/types.rbs', line 851

def scan_result
  @scan_result
end

#scanner_role_arn::String

Returns the value of attribute scanner_role_arn.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def scanner_role_arn
  @scanner_role_arn
end

#state"CANCELED", ...

Returns the value of attribute state.

Returns:

  • ("CANCELED", "COMPLETED", "COMPLETED_WITH_ISSUES", "CREATED", "FAILED", "RUNNING")


853
854
855
# File 'sig/types.rbs', line 853

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def status_message
  @status_message
end