Class: Aws::Types::SeverityStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_generated_at::Time

Returns the value of attribute last_generated_at.

Returns:

  • (::Time)


2967
2968
2969
# File 'sig/types.rbs', line 2967

def last_generated_at
  @last_generated_at
end

#severity::Float

Returns the value of attribute severity.

Returns:

  • (::Float)


2968
2969
2970
# File 'sig/types.rbs', line 2968

def severity
  @severity
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


2969
2970
2971
# File 'sig/types.rbs', line 2969

def total_findings
  @total_findings
end