module Aws::Cbor

@api private

Constants

Tagged

CBOR Tagged data (Major type 6). A Tag consists of a tag number and a value. In the extended generic data model, a tag number’s definition describes the additional semantics conveyed with the tag number. # @!method initialize(*args)

@option args [Integer] :tag The tag number.
@option args [Object] :value The tag's content.

@!attribute tag

The tag number.
@return [Integer]

@!attribute value

The tag's content.
@return [Object]