Class: Aws::Types::EnhancedImageScanFinding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def description
  @description
end

#exploit_available::String

Returns the value of attribute exploit_available.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def exploit_available
  @exploit_available
end

#finding_arn::String

Returns the value of attribute finding_arn.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def finding_arn
  @finding_arn
end

#first_observed_at::Time

Returns the value of attribute first_observed_at.

Returns:

  • (::Time)


429
430
431
# File 'sig/types.rbs', line 429

def first_observed_at
  @first_observed_at
end

#fix_available::String

Returns the value of attribute fix_available.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def fix_available
  @fix_available
end

#last_observed_at::Time

Returns the value of attribute last_observed_at.

Returns:

  • (::Time)


430
431
432
# File 'sig/types.rbs', line 430

def last_observed_at
  @last_observed_at
end

#package_vulnerability_detailsTypes::PackageVulnerabilityDetails

Returns the value of attribute package_vulnerability_details.



431
432
433
# File 'sig/types.rbs', line 431

def package_vulnerability_details
  @package_vulnerability_details
end

#remediationTypes::Remediation

Returns the value of attribute remediation.

Returns:



432
433
434
# File 'sig/types.rbs', line 432

def remediation
  @remediation
end

#resources::Array[Types::Resource]

Returns the value of attribute resources.

Returns:



433
434
435
# File 'sig/types.rbs', line 433

def resources
  @resources
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


434
435
436
# File 'sig/types.rbs', line 434

def score
  @score
end

#score_detailsTypes::ScoreDetails

Returns the value of attribute score_details.

Returns:



435
436
437
# File 'sig/types.rbs', line 435

def score_details
  @score_details
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def severity
  @severity
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def title
  @title
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


440
441
442
# File 'sig/types.rbs', line 440

def updated_at
  @updated_at
end