Endpoint
public struct Endpoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
IP address of the endpoint.
Declaration
Swift
public let address: String -
Endpoint cache time to live (TTL) value.
Declaration
Swift
public let cachePeriodInMinutes: Int64 -
Undocumented
Declaration
Swift
public init(address: String, cachePeriodInMinutes: Int64)
View on GitHub
Endpoint Structure Reference