Class: Aws::EC2::Types::SecureBlobAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SecureBlobAttributeValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
Instance Attribute Details
#value ⇒ String
77661 77662 77663 77664 77665 |
# File 'lib/aws-sdk-ec2/types.rb', line 77661 class SecureBlobAttributeValue < Struct.new( :value) SENSITIVE = [:value] include Aws::Structure end |