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

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



649
650
651
# File 'sig/types.rbs', line 649

def attributes
  @attributes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


645
646
647
# File 'sig/types.rbs', line 645

def name
  @name
end

#severity"INFORMATIONAL", ...

Returns the value of attribute severity.

Returns:

  • ("INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL", "UNDEFINED")


648
649
650
# File 'sig/types.rbs', line 648

def severity
  @severity
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def uri
  @uri
end