Class: Aws::Types::ListGatewayRoutesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListGatewayRoutesInput
- 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_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
727 728 729 |
# File 'sig/types.rbs', line 727 def limit @limit end |
#mesh_name ⇒ ::String
Returns the value of attribute mesh_name.
728 729 730 |
# File 'sig/types.rbs', line 728 def mesh_name @mesh_name end |
#mesh_owner ⇒ ::String
Returns the value of attribute mesh_owner.
729 730 731 |
# File 'sig/types.rbs', line 729 def mesh_owner @mesh_owner 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_gateway_name ⇒ ::String
Returns the value of attribute virtual_gateway_name.
731 732 733 |
# File 'sig/types.rbs', line 731 def virtual_gateway_name @virtual_gateway_name end |