You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QLDB::Types::ValueHolder

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ValueHolder as input to an Aws::Client method, you can use a vanilla Hash:

{
  ion_text: "IonText",
}

A structure that can contain a value in multiple encoding formats.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ion_textString

An Amazon Ion plaintext value contained in a ValueHolder structure.

Returns:

  • (String)

    An Amazon Ion plaintext value contained in a ValueHolder structure.