Class: Aws::Types::GetTransitGatewayRouteTablePropagationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10760
10761
10762
# File 'sig/types.rbs', line 10760

def next_token
  @next_token
end

#transit_gateway_route_table_propagations::Array[Types::TransitGatewayRouteTablePropagation]

Returns the value of attribute transit_gateway_route_table_propagations.



10759
10760
10761
# File 'sig/types.rbs', line 10759

def transit_gateway_route_table_propagations
  @transit_gateway_route_table_propagations
end