Class: Aws::AppMesh::Types::ListVirtualServicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListVirtualServicesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
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.
3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3259 class ListVirtualServicesOutput < Struct.new( :next_token, :virtual_services) SENSITIVE = [] include Aws::Structure end |
#virtual_services ⇒ Array<Types::VirtualServiceRef>
The list of existing virtual services for the specified service mesh.
3259 3260 3261 3262 3263 3264 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3259 class ListVirtualServicesOutput < Struct.new( :next_token, :virtual_services) SENSITIVE = [] include Aws::Structure end |