Class: Aws::AppMesh::Types::ListVirtualGatewaysOutput

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 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.

Returns:

  • (String)


3039
3040
3041
3042
3043
3044
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3039

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

#virtual_gatewaysArray<Types::VirtualGatewayRef>

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

Returns:



3039
3040
3041
3042
3043
3044
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3039

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