Class: Aws::Types::ListVirtualRoutersInput
- Inherits:
-
Object
- Object
- Aws::Types::ListVirtualRoutersInput
- 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.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
810 811 812 |
# File 'sig/types.rbs', line 810 def limit @limit end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
811 812 813 |
# File 'sig/types.rbs', line 811 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
812 813 814 |
# File 'sig/types.rbs', line 812 def mesh_owner @mesh_owner end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
813 814 815 |
# File 'sig/types.rbs', line 813 def next_token @next_token end |