ListenerTimeout
public struct ListenerTimeout : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let grpc: GrpcTimeout? -
An object that represents types of timeouts.
Declaration
Swift
public let http: HttpTimeout? -
An object that represents types of timeouts.
Declaration
Swift
public let http2: HttpTimeout? -
An object that represents types of timeouts.
Declaration
Swift
public let tcp: TcpTimeout? -
Undocumented
Declaration
Swift
public init(grpc: GrpcTimeout? = nil, http: HttpTimeout? = nil, http2: HttpTimeout? = nil, tcp: TcpTimeout? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListenerTimeout Structure Reference