Class: Aws::AppMesh::Types::ListVirtualGatewaysOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ListVirtualGatewaysOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListVirtualGatewaysrequest. -
#virtual_gateways ⇒ Array<Types::VirtualGatewayRef>
The list of existing virtual gateways for the specified service mesh.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future ListVirtualGateways request. When the results of a ListVirtualGateways 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.
3039 3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3039 class ListVirtualGatewaysOutput < Struct.new( :next_token, :virtual_gateways) SENSITIVE = [] include Aws::Structure end |
#virtual_gateways ⇒ Array<Types::VirtualGatewayRef>
The list of existing virtual gateways for the specified service mesh.
3039 3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-appmesh/types.rb', line 3039 class ListVirtualGatewaysOutput < Struct.new( :next_token, :virtual_gateways) SENSITIVE = [] include Aws::Structure end |