Class: Aws::EC2::Types::AttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AttributeValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a value for a resource attribute that is a String.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The attribute value.
Instance Attribute Details
#value ⇒ String
The attribute value. The value is case-sensitive.
3306 3307 3308 3309 3310 |
# File 'lib/aws-sdk-ec2/types.rb', line 3306 class AttributeValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |