Class: Aws::Inspector2::Types::AmiAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AmiAggregationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
A response that contains the results of a finding aggregation by AMI.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the AMI.
-
#affected_instances ⇒ Integer
The IDs of Amazon EC2 instances using this AMI.
-
#ami ⇒ String
The ID of the AMI that findings were aggregated for.
-
#severity_counts ⇒ Types::SeverityCounts
An object that contains the count of matched findings per severity.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the AMI.
364 365 366 367 368 369 370 371 |
# File 'lib/aws-sdk-inspector2/types.rb', line 364 class AmiAggregationResponse < Struct.new( :account_id, :affected_instances, :ami, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#affected_instances ⇒ Integer
The IDs of Amazon EC2 instances using this AMI.
364 365 366 367 368 369 370 371 |
# File 'lib/aws-sdk-inspector2/types.rb', line 364 class AmiAggregationResponse < Struct.new( :account_id, :affected_instances, :ami, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#ami ⇒ String
The ID of the AMI that findings were aggregated for.
364 365 366 367 368 369 370 371 |
# File 'lib/aws-sdk-inspector2/types.rb', line 364 class AmiAggregationResponse < Struct.new( :account_id, :affected_instances, :ami, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that contains the count of matched findings per severity.
364 365 366 367 368 369 370 371 |
# File 'lib/aws-sdk-inspector2/types.rb', line 364 class AmiAggregationResponse < Struct.new( :account_id, :affected_instances, :ami, :severity_counts) SENSITIVE = [] include Aws::Structure end |