Class: Aws::Types::ListVirtualInterfaceRoutesResponse

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)


728
729
730
# File 'sig/types.rbs', line 728

def next_token
  @next_token
end

#routes::Array[Types::Route]

Returns the value of attribute routes.

Returns:



727
728
729
# File 'sig/types.rbs', line 727

def routes
  @routes
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def virtual_interface_id
  @virtual_interface_id
end