Class: Aws::Types::GetNetworkRoutesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_segment_edge ⇒ Types::CoreNetworkSegmentEdgeIdentifier

Returns the value of attribute core_network_segment_edge.



1086
1087
1088
# File 'sig/types.rbs', line 1086

def core_network_segment_edge
  @core_network_segment_edge
end

#network_routes ⇒ ::Array[Types::NetworkRoute]

Returns the value of attribute network_routes.

Returns:



1089
1090
1091
# File 'sig/types.rbs', line 1089

def network_routes
  @network_routes
end

#route_table_arn ⇒ ::String

Returns the value of attribute route_table_arn.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def route_table_arn
  @route_table_arn
end

#route_table_timestamp ⇒ ::Time

Returns the value of attribute route_table_timestamp.

Returns:

  • (::Time)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def route_table_timestamp
  @route_table_timestamp
end

#route_table_type ⇒ "TRANSIT_GATEWAY_ROUTE_TABLE", ...

Returns the value of attribute route_table_type.

Returns:

  • ("TRANSIT_GATEWAY_ROUTE_TABLE", "CORE_NETWORK_SEGMENT", "NETWORK_FUNCTION_GROUP")


1087
1088
1089
# File 'sig/types.rbs', line 1087

def route_table_type
  @route_table_type
end