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:



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:



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:



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:



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:



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:



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

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



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

def status_reason
  @status_reason
end