Class: Aws::EC2::Types::GetTransitGatewayRouteTablePropagationsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#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)


20282
20283
20284
20285
20286
# File 'lib/aws-sdk-ec2/types.rb', line 20282

class GetTransitGatewayRouteTablePropagationsResult < Struct.new(
  :transit_gateway_route_table_propagations,
  :next_token)
  include Aws::Structure
end

#transit_gateway_route_table_propagationsArray<Types::TransitGatewayRouteTablePropagation>

Information about the route table propagations.



20282
20283
20284
20285
20286
# File 'lib/aws-sdk-ec2/types.rb', line 20282

class GetTransitGatewayRouteTablePropagationsResult < Struct.new(
  :transit_gateway_route_table_propagations,
  :next_token)
  include Aws::Structure
end