Class: Aws::AppMesh::Types::ListMeshesOutput

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

#meshesArray<Types::MeshRef>

The list of existing service meshes.

Returns:



2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2832

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

#next_tokenString

The nextToken value to include in a future ListMeshes request. When the results of a ListMeshes 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)


2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2832

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