Class: Aws::Types::VulnerabilityIdAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#severity_counts ⇒ Types::SeverityCounts

Returns the value of attribute severity_counts.



2142
2143
2144
# File 'sig/types.rbs', line 2142

def severity_counts
  @severity_counts
end

#vulnerability_id ⇒ ::String

Returns the value of attribute vulnerability_id.

Returns:

  • (::String)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def vulnerability_id
  @vulnerability_id
end