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)


81425
81426
81427
81428
81429
# File 'lib/aws-sdk-ec2/types.rb', line 81425

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