BatchGetDevEndpointsRequest

public struct BatchGetDevEndpointsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

    Declaration

    Swift

    public let devEndpointNames: [String]
  • Undocumented

    Declaration

    Swift

    public init(devEndpointNames: [String])
  • Declaration

    Swift

    public func validate(name: String) throws