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.
719 720 721 |
# File 'sig/types.rbs', line 719 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
718 719 720 |
# File 'sig/types.rbs', line 718 def virtual_interface_id @virtual_interface_id end |