Class: Aws::EC2::Types::RegionalSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RegionalSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
A summary report for the attribute for a Region.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #number_of_matched_accounts  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.
 - 
  
    
      #number_of_unmatched_accounts  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.
 - 
  
    
      #region_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Region.
 
Instance Attribute Details
#number_of_matched_accounts ⇒ Integer
The number of accounts in the Region with the same configuration value for the attribute that is most frequently observed.
      59892 59893 59894 59895 59896 59897 59898  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59892 class RegionalSummary < Struct.new( :region_name, :number_of_matched_accounts, :number_of_unmatched_accounts) SENSITIVE = [] include Aws::Structure end  | 
  
#number_of_unmatched_accounts ⇒ Integer
The number of accounts in the Region with a configuration value different from the most frequently observed value for the attribute.
      59892 59893 59894 59895 59896 59897 59898  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59892 class RegionalSummary < Struct.new( :region_name, :number_of_matched_accounts, :number_of_unmatched_accounts) SENSITIVE = [] include Aws::Structure end  | 
  
#region_name ⇒ String
The Amazon Web Services Region.
      59892 59893 59894 59895 59896 59897 59898  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59892 class RegionalSummary < Struct.new( :region_name, :number_of_matched_accounts, :number_of_unmatched_accounts) SENSITIVE = [] include Aws::Structure end  |