Class: Aws::Types::Annotation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_name::String

Returns the value of attribute annotation_name.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def annotation_name
  @annotation_name
end

Returns the value of attribute remediation_link.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def remediation_link
  @remediation_link
end

#remediation_message::String

Returns the value of attribute remediation_message.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def remediation_message
  @remediation_message
end

#severity_level"INFORMATIONAL", ...

Returns the value of attribute severity_level.

Returns:

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


57
58
59
# File 'sig/types.rbs', line 57

def severity_level
  @severity_level
end

#status"PASSED", ...

Returns the value of attribute status.

Returns:

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


53
54
55
# File 'sig/types.rbs', line 53

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def status_message
  @status_message
end