Class: Aws::EC2::Types::BlobAttributeValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::BlobAttributeValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#value ⇒ String
      3890 3891 3892 3893 3894  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 3890 class BlobAttributeValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end  |