Class: Aws::Redshift::Types::AttributeValueTarget

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

Overview

Describes an attribute value.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_valueString

The value of the attribute.

Returns:

  • (String)


109
110
111
112
# File 'lib/aws-sdk-redshift/types.rb', line 109

class AttributeValueTarget < Struct.new(
  :attribute_value)
  include Aws::Structure
end