Class: Aws::Types::ListVirtualInterfaceRoutesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::RouteFilters

Returns the value of attribute filters.

Returns:



719
720
721
# File 'sig/types.rbs', line 719

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


720
721
722
# File 'sig/types.rbs', line 720

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def next_token
  @next_token
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def virtual_interface_id
  @virtual_interface_id
end