Class: Aws::Types::ListVirtualGatewaysOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def next_token
  @next_token
end

#virtual_gateways::Array[Types::VirtualGatewayRef]

Returns the value of attribute virtual_gateways.

Returns:



791
792
793
# File 'sig/types.rbs', line 791

def virtual_gateways
  @virtual_gateways
end