Class: Aws::Types::DescribeResourceScanOutput

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)


519
520
521
# File 'sig/types.rbs', line 519

def end_time
  @end_time
end

#percentage_completed::Float

Returns the value of attribute percentage_completed.

Returns:

  • (::Float)


520
521
522
# File 'sig/types.rbs', line 520

def percentage_completed
  @percentage_completed
end

#resource_scan_id::String

Returns the value of attribute resource_scan_id.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def resource_scan_id
  @resource_scan_id
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


521
522
523
# File 'sig/types.rbs', line 521

def resource_types
  @resource_types
end

#resources_read::Integer

Returns the value of attribute resources_read.

Returns:

  • (::Integer)


523
524
525
# File 'sig/types.rbs', line 523

def resources_read
  @resources_read
end

#resources_scanned::Integer

Returns the value of attribute resources_scanned.

Returns:

  • (::Integer)


522
523
524
# File 'sig/types.rbs', line 522

def resources_scanned
  @resources_scanned
end

#scan_filters::Array[Types::ScanFilter]

Returns the value of attribute scan_filters.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def scan_filters
  @scan_filters
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


518
519
520
# File 'sig/types.rbs', line 518

def start_time
  @start_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


516
517
518
# File 'sig/types.rbs', line 516

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def status_reason
  @status_reason
end