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

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

Overview

Constant Summary collapse

SENSITIVE =
[:value]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

Returns:

  • (String)


77392
77393
77394
77395
77396
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77392

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