Class: Aws::Inspector2::Types::AccountAggregationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

An aggregation of findings by Amazon Web Services account ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


93
94
95
96
97
98
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 93

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

#severity_countsTypes::SeverityCounts

The number of findings by severity.



93
94
95
96
97
98
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 93

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