Class: Aws::Types::ResourceSeverityBreakdown

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)


7247
7248
7249
# File 'sig/types.rbs', line 7247

def critical
  @critical
end

#fatal::Integer

Returns the value of attribute fatal.

Returns:

  • (::Integer)


7246
7247
7248
# File 'sig/types.rbs', line 7246

def fatal
  @fatal
end

#high::Integer

Returns the value of attribute high.

Returns:

  • (::Integer)


7248
7249
7250
# File 'sig/types.rbs', line 7248

def high
  @high
end

#informational::Integer

Returns the value of attribute informational.

Returns:

  • (::Integer)


7251
7252
7253
# File 'sig/types.rbs', line 7251

def informational
  @informational
end

#low::Integer

Returns the value of attribute low.

Returns:

  • (::Integer)


7250
7251
7252
# File 'sig/types.rbs', line 7250

def low
  @low
end

#medium::Integer

Returns the value of attribute medium.

Returns:

  • (::Integer)


7249
7250
7251
# File 'sig/types.rbs', line 7249

def medium
  @medium
end

#other::Integer

Returns the value of attribute other.

Returns:

  • (::Integer)


7245
7246
7247
# File 'sig/types.rbs', line 7245

def other
  @other
end

#unknown::Integer

Returns the value of attribute unknown.

Returns:

  • (::Integer)


7252
7253
7254
# File 'sig/types.rbs', line 7252

def unknown
  @unknown
end