Class: Aws::Types::DescribeLocalGatewayRouteTableVpcAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocalGatewayRouteTableVpcAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateway_route_table_vpc_associations ⇒ ::Array[Types::LocalGatewayRouteTableVpcAssociation]
Returns the value of attribute local_gateway_route_table_vpc_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
6441 6442 6443 |
# File 'sig/types.rbs', line 6441 def next_token @next_token end |