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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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