Class: Aws::Types::SeveritySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#critical_count::Integer

Returns the value of attribute critical_count.

Returns:



4127
4128
4129
# File 'sig/types.rbs', line 4127

def critical_count
  @critical_count
end

#high_count::Integer

Returns the value of attribute high_count.

Returns:



4128
4129
4130
# File 'sig/types.rbs', line 4128

def high_count
  @high_count
end

#informational_count::Integer

Returns the value of attribute informational_count.

Returns:



4131
4132
4133
# File 'sig/types.rbs', line 4131

def informational_count
  @informational_count
end

#low_count::Integer

Returns the value of attribute low_count.

Returns:



4130
4131
4132
# File 'sig/types.rbs', line 4130

def low_count
  @low_count
end

#medium_count::Integer

Returns the value of attribute medium_count.

Returns:



4129
4130
4131
# File 'sig/types.rbs', line 4129

def medium_count
  @medium_count
end

#unspecified_count::Integer

Returns the value of attribute unspecified_count.

Returns:



4132
4133
4134
# File 'sig/types.rbs', line 4132

def unspecified_count
  @unspecified_count
end