Class: Aws::Types::ImageScanFinding

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)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def 
  @aws_account_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def description
  @description
end

#first_observed_at ⇒ ::Time

Returns the value of attribute first_observed_at.

Returns:

  • (::Time)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def first_observed_at
  @first_observed_at
end

#fix_available ⇒ ::String

Returns the value of attribute fix_available.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def fix_available
  @fix_available
end

#image_build_version_arn ⇒ ::String

Returns the value of attribute image_build_version_arn.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def image_build_version_arn
  @image_build_version_arn
end

#image_pipeline_arn ⇒ ::String

Returns the value of attribute image_pipeline_arn.

Returns:

  • (::String)


1028
1029
1030
# File 'sig/types.rbs', line 1028

def image_pipeline_arn
  @image_pipeline_arn
end

#inspector_score ⇒ ::Float

Returns the value of attribute inspector_score.

Returns:

  • (::Float)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def inspector_score
  @inspector_score
end

#inspector_score_details ⇒ Types::InspectorScoreDetails

Returns the value of attribute inspector_score_details.



1037
1038
1039
# File 'sig/types.rbs', line 1037

def inspector_score_details
  @inspector_score_details
end

#package_vulnerability_details ⇒ Types::PackageVulnerabilityDetails

Returns the value of attribute package_vulnerability_details.



1038
1039
1040
# File 'sig/types.rbs', line 1038

def package_vulnerability_details
  @package_vulnerability_details
end

#remediation ⇒ Types::Remediation

Returns the value of attribute remediation.

Returns:



1032
1033
1034
# File 'sig/types.rbs', line 1032

def remediation
  @remediation
end

#severity ⇒ ::String

Returns the value of attribute severity.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def severity
  @severity
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def title
  @title
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def type
  @type
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def updated_at
  @updated_at
end