Class: Aws::Types::CisScan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_checks::Integer

Returns the value of attribute failed_checks.

Returns:

  • (::Integer)


481
482
483
# File 'sig/types.rbs', line 481

def failed_checks
  @failed_checks
end

#scan_arn::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def scan_arn
  @scan_arn
end

#scan_configuration_arn::String

Returns the value of attribute scan_configuration_arn.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def scan_configuration_arn
  @scan_configuration_arn
end

#scan_date::Time

Returns the value of attribute scan_date.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def scan_date
  @scan_date
end

#scan_name::String

Returns the value of attribute scan_name.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def scan_name
  @scan_name
end

#scheduled_by::String

Returns the value of attribute scheduled_by.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def scheduled_by
  @scheduled_by
end

#security_level"LEVEL_1", "LEVEL_2"

Returns the value of attribute security_level.

Returns:

  • ("LEVEL_1", "LEVEL_2")


485
486
487
# File 'sig/types.rbs', line 485

def security_level
  @security_level
end

#status"FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "COMPLETED", "CANCELLED", "IN_PROGRESS")


478
479
480
# File 'sig/types.rbs', line 478

def status
  @status
end

#targetsTypes::CisTargets

Returns the value of attribute targets.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def targets
  @targets
end

#total_checks::Integer

Returns the value of attribute total_checks.

Returns:

  • (::Integer)


482
483
484
# File 'sig/types.rbs', line 482

def total_checks
  @total_checks
end