Class: Aws::Types::Scan

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)


2785
2786
2787
# File 'sig/types.rbs', line 2785

def 
  @account_id
end

#admin_detector_id::String

Returns the value of attribute admin_detector_id.

Returns:

  • (::String)


2776
2777
2778
# File 'sig/types.rbs', line 2776

def admin_detector_id
  @admin_detector_id
end

#attached_volumes::Array[Types::VolumeDetail]

Returns the value of attribute attached_volumes.

Returns:



2788
2789
2790
# File 'sig/types.rbs', line 2788

def attached_volumes
  @attached_volumes
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


2775
2776
2777
# File 'sig/types.rbs', line 2775

def detector_id
  @detector_id
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


2779
2780
2781
# File 'sig/types.rbs', line 2779

def failure_reason
  @failure_reason
end

#file_count::Integer

Returns the value of attribute file_count.

Returns:

  • (::Integer)


2787
2788
2789
# File 'sig/types.rbs', line 2787

def file_count
  @file_count
end

#resource_detailsTypes::ResourceDetails

Returns the value of attribute resource_details.



2783
2784
2785
# File 'sig/types.rbs', line 2783

def resource_details
  @resource_details
end

#scan_end_time::Time

Returns the value of attribute scan_end_time.

Returns:

  • (::Time)


2781
2782
2783
# File 'sig/types.rbs', line 2781

def scan_end_time
  @scan_end_time
end

#scan_id::String

Returns the value of attribute scan_id.

Returns:

  • (::String)


2777
2778
2779
# File 'sig/types.rbs', line 2777

def scan_id
  @scan_id
end

#scan_result_detailsTypes::ScanResultDetails

Returns the value of attribute scan_result_details.



2784
2785
2786
# File 'sig/types.rbs', line 2784

def scan_result_details
  @scan_result_details
end

#scan_start_time::Time

Returns the value of attribute scan_start_time.

Returns:

  • (::Time)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def scan_start_time
  @scan_start_time
end

#scan_status"RUNNING", ...

Returns the value of attribute scan_status.

Returns:

  • ("RUNNING", "COMPLETED", "FAILED", "SKIPPED")


2778
2779
2780
# File 'sig/types.rbs', line 2778

def scan_status
  @scan_status
end

#scan_type"GUARDDUTY_INITIATED", "ON_DEMAND"

Returns the value of attribute scan_type.

Returns:

  • ("GUARDDUTY_INITIATED", "ON_DEMAND")


2789
2790
2791
# File 'sig/types.rbs', line 2789

def scan_type
  @scan_type
end

#total_bytes::Integer

Returns the value of attribute total_bytes.

Returns:

  • (::Integer)


2786
2787
2788
# File 'sig/types.rbs', line 2786

def total_bytes
  @total_bytes
end

#trigger_detailsTypes::TriggerDetails

Returns the value of attribute trigger_details.



2782
2783
2784
# File 'sig/types.rbs', line 2782

def trigger_details
  @trigger_details
end