Class: Aws::Types::ScanJob

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)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def 
  @account_id
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::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.

Returns:

  • (::Time)


2067
2068
2069
# File 'sig/types.rbs', line 2067

def continuous_scan_start_time
  @continuous_scan_start_time
end

#created_byTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • ("GUARDDUTY")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("FULL_SCAN", "INCREMENTAL_SCAN")


2079
2080
2081
# File 'sig/types.rbs', line 2079

def scan_mode
  @scan_mode
end

#scan_resultTypes::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.

Returns:

  • (::String)


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.

Returns:

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


2082
2083
2084
# File 'sig/types.rbs', line 2082

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def status_message
  @status_message
end