Class: Aws::EC2::Types::AttributeValue
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::AttributeValue
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a value for a resource attribute that is a String.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The attribute value. 
Instance Attribute Details
#value ⇒ String
The attribute value. The value is case-sensitive.
| 3437 3438 3439 3440 3441 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3437 class AttributeValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |