Class: Aws::Types::ListScanJobsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_account_id::String

Returns the value of attribute by_account_id.

Returns:

  • (::String)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def 
  @by_account_id
end

#by_backup_vault_name::String

Returns the value of attribute by_backup_vault_name.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def by_backup_vault_name
  @by_backup_vault_name
end

#by_complete_after::Time

Returns the value of attribute by_complete_after.

Returns:

  • (::Time)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def by_complete_after
  @by_complete_after
end

#by_complete_before::Time

Returns the value of attribute by_complete_before.

Returns:

  • (::Time)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def by_complete_before
  @by_complete_before
end

#by_malware_scanner"GUARDDUTY"

Returns the value of attribute by_malware_scanner.

Returns:

  • ("GUARDDUTY")


1665
1666
1667
# File 'sig/types.rbs', line 1665

def by_malware_scanner
  @by_malware_scanner
end

#by_recovery_point_arn::String

Returns the value of attribute by_recovery_point_arn.

Returns:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def by_recovery_point_arn
  @by_recovery_point_arn
end

#by_resource_arn::String

Returns the value of attribute by_resource_arn.

Returns:

  • (::String)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def by_resource_arn
  @by_resource_arn
end

#by_resource_type"EBS", ...

Returns the value of attribute by_resource_type.

Returns:

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


1668
1669
1670
# File 'sig/types.rbs', line 1668

def by_resource_type
  @by_resource_type
end

#by_scan_result_status"NO_THREATS_FOUND", ...

Returns the value of attribute by_scan_result_status.

Returns:

  • ("NO_THREATS_FOUND", "THREATS_FOUND", "UNKNOWN")


1669
1670
1671
# File 'sig/types.rbs', line 1669

def by_scan_result_status
  @by_scan_result_status
end

#by_state"CANCELED", ...

Returns the value of attribute by_state.

Returns:

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


1670
1671
1672
# File 'sig/types.rbs', line 1670

def by_state
  @by_state
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def next_token
  @next_token
end