Class: Aws::Types::SeverityTrendsCount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#critical::Integer

Returns the value of attribute critical.

Returns:

  • (::Integer)


7600
7601
7602
# File 'sig/types.rbs', line 7600

def critical
  @critical
end

#fatal::Integer

Returns the value of attribute fatal.

Returns:

  • (::Integer)


7601
7602
7603
# File 'sig/types.rbs', line 7601

def fatal
  @fatal
end

#high::Integer

Returns the value of attribute high.

Returns:

  • (::Integer)


7599
7600
7601
# File 'sig/types.rbs', line 7599

def high
  @high
end

#informational::Integer

Returns the value of attribute informational.

Returns:

  • (::Integer)


7596
7597
7598
# File 'sig/types.rbs', line 7596

def informational
  @informational
end

#low::Integer

Returns the value of attribute low.

Returns:

  • (::Integer)


7597
7598
7599
# File 'sig/types.rbs', line 7597

def low
  @low
end

#medium::Integer

Returns the value of attribute medium.

Returns:

  • (::Integer)


7598
7599
7600
# File 'sig/types.rbs', line 7598

def medium
  @medium
end

#other::Integer

Returns the value of attribute other.

Returns:

  • (::Integer)


7602
7603
7604
# File 'sig/types.rbs', line 7602

def other
  @other
end

#unknown::Integer

Returns the value of attribute unknown.

Returns:

  • (::Integer)


7595
7596
7597
# File 'sig/types.rbs', line 7595

def unknown
  @unknown
end