Class: Aws::Types::CisScanResultDetails

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)


502
503
504
# File 'sig/types.rbs', line 502

def 
  @account_id
end

#check_description::String

Returns the value of attribute check_description.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def check_description
  @check_description
end

#check_id::String

Returns the value of attribute check_id.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def check_id
  @check_id
end

#finding_arn::String

Returns the value of attribute finding_arn.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def finding_arn
  @finding_arn
end

#level"LEVEL_1", "LEVEL_2"

Returns the value of attribute level.

Returns:

  • ("LEVEL_1", "LEVEL_2")


511
512
513
# File 'sig/types.rbs', line 511

def level
  @level
end

#platform::String

Returns the value of attribute platform.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def platform
  @platform
end

#remediation::String

Returns the value of attribute remediation.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def remediation
  @remediation
end

#scan_arn::String

Returns the value of attribute scan_arn.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def scan_arn
  @scan_arn
end

#status"PASSED", ...

Returns the value of attribute status.

Returns:

  • ("PASSED", "FAILED", "SKIPPED")


505
506
507
# File 'sig/types.rbs', line 505

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def status_reason
  @status_reason
end

#target_resource_id::String

Returns the value of attribute target_resource_id.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def target_resource_id
  @target_resource_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def title
  @title
end