Class: Aws::Types::StartScanJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


2210
2211
2212
# File 'sig/types.rbs', line 2210

def backup_vault_name
  @backup_vault_name
end

#continuous_scan_end_time::Time

Returns the value of attribute continuous_scan_end_time.

Returns:

  • (::Time)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def continuous_scan_end_time
  @continuous_scan_end_time
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def iam_role_arn
  @iam_role_arn
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def idempotency_token
  @idempotency_token
end

#malware_scanner"GUARDDUTY"

Returns the value of attribute malware_scanner.

Returns:

  • ("GUARDDUTY")


2214
2215
2216
# File 'sig/types.rbs', line 2214

def malware_scanner
  @malware_scanner
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def recovery_point_arn
  @recovery_point_arn
end

#scan_base_recovery_point_arn::String

Returns the value of attribute scan_base_recovery_point_arn.

Returns:

  • (::String)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def scan_base_recovery_point_arn
  @scan_base_recovery_point_arn
end

#scan_mode"FULL_SCAN", "INCREMENTAL_SCAN"

Returns the value of attribute scan_mode.

Returns:

  • ("FULL_SCAN", "INCREMENTAL_SCAN")


2217
2218
2219
# File 'sig/types.rbs', line 2217

def scan_mode
  @scan_mode
end

#scanner_role_arn::String

Returns the value of attribute scanner_role_arn.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def scanner_role_arn
  @scanner_role_arn
end