Class: Aws::EC2::Types::AttributeValue

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

Overview

Note:

When making an API call, you may pass AttributeValue data as a hash:

{
  value: "String",
}

Describes a value for a resource attribute that is a String.

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The attribute value. The value is case-sensitive.

Returns:

  • (String)


1366
1367
1368
1369
# File 'lib/aws-sdk-ec2/types.rb', line 1366

class AttributeValue < Struct.new(
  :value)
  include Aws::Structure
end