Class: Aws::EC2::Types::BlobAttributeValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Note:

When making an API call, you may pass BlobAttributeValue data as a hash:

{
  value: "data",
}

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

Returns:

  • (String)


1810
1811
1812
1813
# File 'lib/aws-sdk-ec2/types.rb', line 1810

class BlobAttributeValue < Struct.new(
  :value)
  include Aws::Structure
end