Class: Aws::Types::SeverityCounts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all ⇒ ::Integer

Returns the value of attribute all.

Returns:

  • (::Integer)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def all
  @all
end

#critical ⇒ ::Integer

Returns the value of attribute critical.

Returns:

  • (::Integer)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def critical
  @critical
end

#high ⇒ ::Integer

Returns the value of attribute high.

Returns:

  • (::Integer)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def high
  @high
end

#medium ⇒ ::Integer

Returns the value of attribute medium.

Returns:

  • (::Integer)


1980
1981
1982
# File 'sig/types.rbs', line 1980

def medium
  @medium
end