Class: Aws::AppMesh::Types::ListVirtualServicesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3259

class ListVirtualServicesOutput < Struct.new(
  :next_token,
  :virtual_services)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_servicesArray<Types::VirtualServiceRef>

The list of existing virtual services for the specified service mesh.

Returns:



3259
3260
3261
3262
3263
3264
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3259

class ListVirtualServicesOutput < Struct.new(
  :next_token,
  :virtual_services)
  SENSITIVE = []
  include Aws::Structure
end