Class: Aws::Types::HighestSeverityThreatDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def count
  @count
end

#severity::String

Returns the value of attribute severity.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def severity
  @severity
end

#threat_name::String

Returns the value of attribute threat_name.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def threat_name
  @threat_name
end