Class: Aws::Types::DescribeLocalGatewayVirtualInterfacesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocalGatewayVirtualInterfacesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_virtual_interfaces ⇒ ::Array[Types::LocalGatewayVirtualInterface]
Returns the value of attribute local_gateway_virtual_interfaces.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#local_gateway_virtual_interfaces ⇒ ::Array[Types::LocalGatewayVirtualInterface]
Returns the value of attribute local_gateway_virtual_interfaces.
6485 6486 6487 |
# File 'sig/types.rbs', line 6485 def local_gateway_virtual_interfaces @local_gateway_virtual_interfaces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6486 6487 6488 |
# File 'sig/types.rbs', line 6486 def next_token @next_token end |