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.
728 729 730 |
# File 'sig/types.rbs', line 728 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
729 730 731 |
# File 'sig/types.rbs', line 729 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
730 731 732 |
# File 'sig/types.rbs', line 730 def next_token @next_token end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def virtual_interface_id @virtual_interface_id end |