Class: Aws::EC2::Types::SecureBlobAttributeValue

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

Overview

Describes a value for a resource attribute that is a Base64-encoded binary data object.

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The attribute value.

Returns:

  • (String)


81732
81733
81734
81735
81736
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81732

class SecureBlobAttributeValue < Struct.new(
  :value)
  SENSITIVE = [:value]
  include Aws::Structure
end