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

Class: Aws::XRay::Types::AnnotationValue

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

Overview

Value of a segment annotation. Has one of three value types: Number, Boolean, or String.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#boolean_valueBoolean

Value for a Boolean annotation.

Returns:

  • (Boolean)

    Value for a Boolean annotation.

#number_valueFloat

Value for a Number annotation.

Returns:

  • (Float)

    Value for a Number annotation.

#string_valueString

Value for a String annotation.

Returns:

  • (String)

    Value for a String annotation.