Method: Aws::Imagebuilder::Types::VulnerabilityIdAggregation#vulnerability_id
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#vulnerability_id ⇒ String
The vulnerability Id for this set of counts.
8774 8775 8776 8777 8778 8779 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8774 class VulnerabilityIdAggregation < Struct.new( :vulnerability_id, :severity_counts) SENSITIVE = [] include Aws::Structure end |