Class: Aws::Types::DescribeLocalGatewayRouteTableVpcAssociationsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_route_table_vpc_associations::Array[Types::LocalGatewayRouteTableVpcAssociation]

Returns the value of attribute local_gateway_route_table_vpc_associations.



6623
6624
6625
# File 'sig/types.rbs', line 6623

def local_gateway_route_table_vpc_associations
  @local_gateway_route_table_vpc_associations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6624
6625
6626
# File 'sig/types.rbs', line 6624

def next_token
  @next_token
end