Enumeration Casesoto-core 7.4.0SotoCore
double(_:)
Document.swift:18case double(Double)
case double(Double)
import SotoCore
enum AWSDocument
Document value that can hold arbitrary data (See https://smithy.io/2.0/spec/simple-types.html#document)
@frozen struct Double
A double-precision, floating-point value type.
case string(String)
case integer(Int)
case boolean(Bool)
case array([AWSDocument])
case map([String : AWSDocument])
case null