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.



6440
6441
6442
# File 'sig/types.rbs', line 6440

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)


6441
6442
6443
# File 'sig/types.rbs', line 6441

def next_token
  @next_token
end