Class: Aws::Types::RuleStatusCounts

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Integer

Returns the value of attribute failed.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def failed
  @failed
end

#info::Integer

Returns the value of attribute info.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def info
  @info
end

#passed::Integer

Returns the value of attribute passed.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def passed
  @passed
end

#unknown::Integer

Returns the value of attribute unknown.

Returns:



494
495
496
# File 'sig/types.rbs', line 494

def unknown
  @unknown
end

#warning::Integer

Returns the value of attribute warning.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def warning
  @warning
end