You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppMesh::Types::ListVirtualServicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListVirtualServicesOutput
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListVirtualServicesrequest. -
#virtual_services ⇒ Array<Types::VirtualServiceRef>
The list of existing virtual services for the specified service mesh.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future ListVirtualServices
request. When the results of a ListVirtualServices request exceed
limit, you can use this value to retrieve the next page of results.
This value is null when there are no more results to return.
#virtual_services ⇒ Array<Types::VirtualServiceRef>
The list of existing virtual services for the specified service mesh.