Class: Aws::EC2::Types::AccountAttribute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AccountAttribute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an account attribute.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attribute_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the account attribute.
 - 
  
    
      #attribute_values  ⇒ Array<Types::AccountAttributeValue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The values for the account attribute.
 
Instance Attribute Details
#attribute_name ⇒ String
The name of the account attribute.
      485 486 487 488 489 490  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 485 class AccountAttribute < Struct.new( :attribute_name, :attribute_values) SENSITIVE = [] include Aws::Structure end  | 
  
#attribute_values ⇒ Array<Types::AccountAttributeValue>
The values for the account attribute.
      485 486 487 488 489 490  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 485 class AccountAttribute < Struct.new( :attribute_name, :attribute_values) SENSITIVE = [] include Aws::Structure end  |