Class: Aws::Inspector2::Types::AmiAggregationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

Instance Attribute Details

#account_idString

The Amazon Web Services account ID for the AMI.

Returns:

  • (String)


354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 354

class AmiAggregationResponse < Struct.new(
  :account_id,
  :affected_instances,
  :ami,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#affected_instancesInteger

The IDs of Amazon EC2 instances using this AMI.

Returns:

  • (Integer)


354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 354

class AmiAggregationResponse < Struct.new(
  :account_id,
  :affected_instances,
  :ami,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#amiString

The ID of the AMI that findings were aggregated for.

Returns:

  • (String)


354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 354

class AmiAggregationResponse < Struct.new(
  :account_id,
  :affected_instances,
  :ami,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end

#severity_countsTypes::SeverityCounts

An object that contains the count of matched findings per severity.



354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 354

class AmiAggregationResponse < Struct.new(
  :account_id,
  :affected_instances,
  :ami,
  :severity_counts)
  SENSITIVE = []
  include Aws::Structure
end