Class: Aws::Types::ListRoutesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListRoutesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
-
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
754 755 756 |
# File 'sig/types.rbs', line 754 def limit @limit end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
755 756 757 |
# File 'sig/types.rbs', line 755 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
756 757 758 |
# File 'sig/types.rbs', line 756 def mesh_owner @mesh_owner end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
757 758 759 |
# File 'sig/types.rbs', line 757 def next_token @next_token end |
#virtual_router_name ⇒ ::String
Returns the value of attribute virtual_router_name.
758 759 760 |
# File 'sig/types.rbs', line 758 def virtual_router_name @virtual_router_name end |