Class: Aws::AppMesh::Types::ListMeshesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListMeshesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
<zonbook />
<xhtml />
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meshes ⇒ Array<Types::MeshRef>
The list of existing service meshes.
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListMeshesrequest.
Instance Attribute Details
#meshes ⇒ Array<Types::MeshRef>
The list of existing service meshes.
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2832 class ListMeshesOutput < Struct.new( :meshes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2832 class ListMeshesOutput < Struct.new( :meshes, :next_token) SENSITIVE = [] include Aws::Structure end |