Class: Aws::Types::DescribeLocalGatewayVirtualInterfaceGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocalGatewayVirtualInterfaceGroupsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_virtual_interface_groups ⇒ ::Array[Types::LocalGatewayVirtualInterfaceGroup]
Returns the value of attribute local_gateway_virtual_interface_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#local_gateway_virtual_interface_groups ⇒ ::Array[Types::LocalGatewayVirtualInterfaceGroup]
Returns the value of attribute local_gateway_virtual_interface_groups.
6470 6471 6472 |
# File 'sig/types.rbs', line 6470 def local_gateway_virtual_interface_groups @local_gateway_virtual_interface_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6471 6472 6473 |
# File 'sig/types.rbs', line 6471 def next_token @next_token end |