Class: Aws::EC2::Types::SearchLocalGatewayRoutesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


59991
59992
59993
59994
59995
59996
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59991

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

#routesArray<Types::LocalGatewayRoute>

Information about the routes.

Returns:



59991
59992
59993
59994
59995
59996
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59991

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