Class: Aws::EC2::Types::DescribeLocalGatewayRouteTableVpcAssociationsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_route_table_vpc_associationsArray<Types::LocalGatewayRouteTableVpcAssociation>

Information about the associations.



22331
22332
22333
22334
22335
22336
# File 'lib/aws-sdk-ec2/types.rb', line 22331

class DescribeLocalGatewayRouteTableVpcAssociationsResult < Struct.new(
  :local_gateway_route_table_vpc_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


22331
22332
22333
22334
22335
22336
# File 'lib/aws-sdk-ec2/types.rb', line 22331

class DescribeLocalGatewayRouteTableVpcAssociationsResult < Struct.new(
  :local_gateway_route_table_vpc_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end