BatchGetDevEndpointsResponse
public struct BatchGetDevEndpointsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of DevEndpoint definitions.
Declaration
Swift
public let devEndpoints: [DevEndpoint]? -
A list of DevEndpoints not found.
Declaration
Swift
public let devEndpointsNotFound: [String]? -
Undocumented
Declaration
Swift
public init(devEndpoints: [DevEndpoint]? = nil, devEndpointsNotFound: [String]? = nil)
View on GitHub
BatchGetDevEndpointsResponse Structure Reference