Class: Aws::Types::ListVirtualInterfaceRoutesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListVirtualInterfaceRoutesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::RouteFilters
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
Instance Attribute Details
#filters ⇒ Types::RouteFilters
Returns the value of attribute filters.
821 822 823 |
# File 'sig/types.rbs', line 821 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
822 823 824 |
# File 'sig/types.rbs', line 822 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
823 824 825 |
# File 'sig/types.rbs', line 823 def next_token @next_token end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
820 821 822 |
# File 'sig/types.rbs', line 820 def virtual_interface_id @virtual_interface_id end |