OptionVersion
public struct OptionVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
True if the version is the default version of the option, and otherwise false.
Declaration
Swift
public let isDefault: Bool?
-
The version of the option.
Declaration
Swift
public let version: String?
-
Undocumented
Declaration
Swift
public init(isDefault: Bool? = nil, version: String? = nil)