Class: Aws::Types::FindingTypeStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_type::String

Returns the value of attribute finding_type.

Returns:

  • (::String)


1190
1191
1192
# File 'sig/types.rbs', line 1190

def finding_type
  @finding_type
end

#last_generated_at::Time

Returns the value of attribute last_generated_at.

Returns:

  • (::Time)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def last_generated_at
  @last_generated_at
end

#total_findings::Integer

Returns the value of attribute total_findings.

Returns:

  • (::Integer)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def total_findings
  @total_findings
end