Class: Aws::Types::ListGatewaysInput
- Inherits:
-
Object
- Object
- Aws::Types::ListGatewaysInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def marker @marker end |