Class: Aws::Types::ScanJobSummary

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)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def 
  @account_id
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def count
  @count
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def end_time
  @end_time
end

#malware_scanner"GUARDDUTY"

Returns the value of attribute malware_scanner.

Returns:

  • ("GUARDDUTY")


2103
2104
2105
# File 'sig/types.rbs', line 2103

def malware_scanner
  @malware_scanner
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def region
  @region
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


2099
2100
2101
# File 'sig/types.rbs', line 2099

def resource_type
  @resource_type
end

#scan_result_status"NO_THREATS_FOUND", ...

Returns the value of attribute scan_result_status.

Returns:

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


2104
2105
2106
# File 'sig/types.rbs', line 2104

def scan_result_status
  @scan_result_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2101
2102
2103
# File 'sig/types.rbs', line 2101

def start_time
  @start_time
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

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


2098
2099
2100
# File 'sig/types.rbs', line 2098

def state
  @state
end