Class: Aws::Types::ListGatewayRoutesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_routes::Array[Types::GatewayRouteRef]

Returns the value of attribute gateway_routes.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def gateway_routes
  @gateway_routes
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def next_token
  @next_token
end