ListInstancesRequest

public struct ListInstancesRequest : AWSShape
extension ServiceDiscovery.ListInstancesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of instances that you want AWS Cloud Map to return in the response to a ListInstances request. If you don’t specify a value for MaxResults, AWS Cloud Map returns up to 100 instances.

    Declaration

    Swift

    public let maxResults: Int?
  • For the first ListInstances request, omit this value. If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • The ID of the service that you want to list instances for.

    Declaration

    Swift

    public let serviceId: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, serviceId: String)
  • Declaration

    Swift

    public func validate(name: String) throws