Class: Aws::EC2::Types::AccountAttributeValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AccountAttributeValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a value of an account attribute.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attribute_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the attribute.
 
Instance Attribute Details
#attribute_value ⇒ String
The value of the attribute.
      500 501 502 503 504  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 500 class AccountAttributeValue < Struct.new( :attribute_value) SENSITIVE = [] include Aws::Structure end  |