ListDevEndpointsResponse
public struct ListDevEndpointsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.
Declaration
Swift
public let devEndpointNames: [String]? -
A continuation token, if the returned list does not contain the last metric available.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(devEndpointNames: [String]? = nil, nextToken: String? = nil)
View on GitHub
ListDevEndpointsResponse Structure Reference