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.
6668 6669 6670 |
# File 'sig/types.rbs', line 6668 def local_gateway_virtual_interfaces @local_gateway_virtual_interfaces end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6669 6670 6671 |
# File 'sig/types.rbs', line 6669 def next_token @next_token end |