Class: Aws::Types::DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_route_table_virtual_interface_group_associations ⇒ ::Array[Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation]
Returns the value of attribute local_gateway_route_table_virtual_interface_group_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#local_gateway_route_table_virtual_interface_group_associations ⇒ ::Array[Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation]
Returns the value of attribute local_gateway_route_table_virtual_interface_group_associations.
6425 6426 6427 |
# File 'sig/types.rbs', line 6425 def local_gateway_route_table_virtual_interface_group_associations @local_gateway_route_table_virtual_interface_group_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6426 6427 6428 |
# File 'sig/types.rbs', line 6426 def next_token @next_token end |