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)


2630
2631
2632
# File 'sig/types.rbs', line 2630

def all
  @all
end

#critical::Integer

Returns the value of attribute critical.

Returns:

  • (::Integer)


2633
2634
2635
# File 'sig/types.rbs', line 2633

def critical
  @critical
end

#high::Integer

Returns the value of attribute high.

Returns:

  • (::Integer)


2632
2633
2634
# File 'sig/types.rbs', line 2632

def high
  @high
end

#medium::Integer

Returns the value of attribute medium.

Returns:

  • (::Integer)


2631
2632
2633
# File 'sig/types.rbs', line 2631

def medium
  @medium
end