SingleMasterConfiguration
public struct SingleMasterConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The period of time a signaling channel retains underlivered messages before they are discarded.
Declaration
Swift
public let messageTtlSeconds: Int?
-
Undocumented
Declaration
Swift
public init(messageTtlSeconds: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws