Class: Aws::Types::ResourceScanSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def end_time
  @end_time
end

#percentage_completed::Float

Returns the value of attribute percentage_completed.

Returns:

  • (::Float)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def percentage_completed
  @percentage_completed
end

#resource_scan_id::String

Returns the value of attribute resource_scan_id.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def resource_scan_id
  @resource_scan_id
end

#scan_type"FULL", "PARTIAL"

Returns the value of attribute scan_type.

Returns:

  • ("FULL", "PARTIAL")


1504
1505
1506
# File 'sig/types.rbs', line 1504

def scan_type
  @scan_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "FAILED", "COMPLETE", "EXPIRED")


1499
1500
1501
# File 'sig/types.rbs', line 1499

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def status_reason
  @status_reason
end