Class: Aws::Types::EbsVolumeScanDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scan_completed_at::Time

Returns the value of attribute scan_completed_at.

Returns:

  • (::Time)


999
1000
1001
# File 'sig/types.rbs', line 999

def scan_completed_at
  @scan_completed_at
end

#scan_detectionsTypes::ScanDetections

Returns the value of attribute scan_detections.



1002
1003
1004
# File 'sig/types.rbs', line 1002

def scan_detections
  @scan_detections
end

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def scan_id
  @scan_id
end

#scan_started_at::Time

Returns the value of attribute scan_started_at.

Returns:

  • (::Time)


998
999
1000
# File 'sig/types.rbs', line 998

def scan_started_at
  @scan_started_at
end

#scan_type"GUARDDUTY_INITIATED", "ON_DEMAND"

Returns the value of attribute scan_type.

Returns:

  • ("GUARDDUTY_INITIATED", "ON_DEMAND")


1003
1004
1005
# File 'sig/types.rbs', line 1003

def scan_type
  @scan_type
end

#sources::Array[::String]

Returns the value of attribute sources.

Returns:

  • (::Array[::String])


1001
1002
1003
# File 'sig/types.rbs', line 1001

def sources
  @sources
end

#trigger_finding_id::String

Returns the value of attribute trigger_finding_id.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def trigger_finding_id
  @trigger_finding_id
end