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)


81784
81785
81786
81787
81788
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81784

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