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
- Struct
- Aws::XRay::Types::AnnotationValue
- 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
-
#boolean_value ⇒ Boolean
Value for a Boolean annotation.
-
#number_value ⇒ Float
Value for a Number annotation.
-
#string_value ⇒ String
Value for a String annotation.
Instance Attribute Details
#boolean_value ⇒ Boolean
Value for a Boolean annotation.
#number_value ⇒ Float
Value for a Number annotation.
#string_value ⇒ String
Value for a String annotation.