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