Module: Aws::EC2::Client::_DescribeLocalGatewayRouteTableVpcAssociationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLocalGatewayRouteTableVpcAssociationsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #local_gateway_route_table_vpc_associations ⇒ ::Array[Types::LocalGatewayRouteTableVpcAssociation]
- #next_token ⇒ ::String
Instance Method Details
#local_gateway_route_table_vpc_associations ⇒ ::Array[Types::LocalGatewayRouteTableVpcAssociation]
6894 |
# File 'sig/client.rbs', line 6894
def local_gateway_route_table_vpc_associations: () -> ::Array[Types::LocalGatewayRouteTableVpcAssociation]
|
#next_token ⇒ ::String
6895 |
# File 'sig/client.rbs', line 6895
def next_token: () -> ::String
|