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

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

Overview

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

Returns:

  • (String)


77649
77650
77651
77652
77653
# File 'lib/aws-sdk-ec2/types.rb', line 77649

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