Class: Aws::EC2::Types::AttributeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AttributeSummary
- 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
-
#attribute_name ⇒ String
The name of the attribute.
-
#most_frequent_value ⇒ String
The configuration value that is most frequently observed for the attribute.
-
#number_of_matched_accounts ⇒ Integer
The number of accounts with the same configuration value for the attribute that is most frequently observed.
-
#number_of_unmatched_accounts ⇒ Integer
The number of accounts with a configuration value different from the most frequently observed value for the attribute.
-
#regional_summaries ⇒ Array<Types::RegionalSummary>
The summary report for each Region for the attribute.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute.
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_value ⇒ String
The configuration value that is most frequently observed for the attribute.
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_accounts ⇒ Integer
The number of accounts with the same configuration value for the attribute that is most frequently observed.
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_accounts ⇒ Integer
The number of accounts with a configuration value different from the most frequently observed value for the attribute.
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_summaries ⇒ Array<Types::RegionalSummary>
The summary report for each Region for the attribute.
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 |