HttpEndpointDescription
public struct HttpEndpointDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the HTTP endpoint selected as the destination.
Declaration
Swift
public let name: String?
-
The URL of the HTTP endpoint selected as the destination.
Declaration
Swift
public let url: String?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, url: String? = nil)