Class: Aws::EC2::Types::AttributeSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

A summary report for the attribute across all Regions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute.

Returns:

  • (String)


3288
3289
3290
3291
3292
3293
3294
3295
3296
# File 'lib/aws-sdk-ec2/types.rb', line 3288

class AttributeSummary < Struct.new(
  :attribute_name,
  :most_frequent_value,
  :number_of_matched_accounts,
  :number_of_unmatched_accounts,
  :regional_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#most_frequent_valueString

The configuration value that is most frequently observed for the attribute.

Returns:

  • (String)


3288
3289
3290
3291
3292
3293
3294
3295
3296
# File 'lib/aws-sdk-ec2/types.rb', line 3288

class AttributeSummary < Struct.new(
  :attribute_name,
  :most_frequent_value,
  :number_of_matched_accounts,
  :number_of_unmatched_accounts,
  :regional_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_matched_accountsInteger

The number of accounts with the same configuration value for the attribute that is most frequently observed.

Returns:

  • (Integer)


3288
3289
3290
3291
3292
3293
3294
3295
3296
# File 'lib/aws-sdk-ec2/types.rb', line 3288

class AttributeSummary < Struct.new(
  :attribute_name,
  :most_frequent_value,
  :number_of_matched_accounts,
  :number_of_unmatched_accounts,
  :regional_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_unmatched_accountsInteger

The number of accounts with a configuration value different from the most frequently observed value for the attribute.

Returns:

  • (Integer)


3288
3289
3290
3291
3292
3293
3294
3295
3296
# File 'lib/aws-sdk-ec2/types.rb', line 3288

class AttributeSummary < Struct.new(
  :attribute_name,
  :most_frequent_value,
  :number_of_matched_accounts,
  :number_of_unmatched_accounts,
  :regional_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#regional_summariesArray<Types::RegionalSummary>

The summary report for each Region for the attribute.

Returns:



3288
3289
3290
3291
3292
3293
3294
3295
3296
# File 'lib/aws-sdk-ec2/types.rb', line 3288

class AttributeSummary < Struct.new(
  :attribute_name,
  :most_frequent_value,
  :number_of_matched_accounts,
  :number_of_unmatched_accounts,
  :regional_summaries)
  SENSITIVE = []
  include Aws::Structure
end