GetDevEndpointsResponse
public struct GetDevEndpointsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of DevEndpoint definitions.
Declaration
Swift
public let devEndpoints: [DevEndpoint]?
-
A continuation token, if not all DevEndpoint definitions have yet been returned.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(devEndpoints: [DevEndpoint]? = nil, nextToken: String? = nil)