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)


3078
3079
3080
3081
3082
# File 'lib/aws-sdk-ec2/types.rb', line 3078

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