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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valueString

The attribute value. The value is case-sensitive.

Returns:

  • (String)


3096
3097
3098
3099
3100
# File 'lib/aws-sdk-ec2/types.rb', line 3096

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