Class: Aws::Types::DateStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


676
677
678
# File 'sig/types.rbs', line 676

def date
  @date
end

#last_generated_at::Time

Returns the value of attribute last_generated_at.

Returns:

  • (::Time)


677
678
679
# File 'sig/types.rbs', line 677

def last_generated_at
  @last_generated_at
end

#severity::Float

Returns the value of attribute severity.

Returns:

  • (::Float)


678
679
680
# File 'sig/types.rbs', line 678

def severity
  @severity
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


679
680
681
# File 'sig/types.rbs', line 679

def total_findings
  @total_findings
end