Class: Aws::Types::ListVirtualGatewaysOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListVirtualGatewaysOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#virtual_gateways ⇒ ::Array[Types::VirtualGatewayRef]
Returns the value of attribute virtual_gateways.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
790 791 792 |
# File 'sig/types.rbs', line 790 def next_token @next_token end |
#virtual_gateways ⇒ ::Array[Types::VirtualGatewayRef]
Returns the value of attribute virtual_gateways.
791 792 793 |
# File 'sig/types.rbs', line 791 def virtual_gateways @virtual_gateways end |