Class: Aws::Redshift::Types::AttributeValueTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AttributeValueTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes an attribute value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_value ⇒ String
The value of the attribute.
Instance Attribute Details
#attribute_value ⇒ String
The value of the attribute.
205 206 207 208 209 |
# File 'lib/aws-sdk-redshift/types.rb', line 205 class AttributeValueTarget < Struct.new( :attribute_value) SENSITIVE = [] include Aws::Structure end |