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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


3104
3105
3106
3107
3108
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3104

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