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
3857 3858 3859 3860 3861 |
# File 'lib/aws-sdk-ec2/types.rb', line 3857 class BlobAttributeValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |