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
3933 3934 3935 3936 3937 |
# File 'lib/aws-sdk-ec2/types.rb', line 3933 class BlobAttributeValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |