Class: Aws::Types::Route

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def destination
  @destination
end

#destination_type"IPV4", ...

Returns the value of attribute destination_type.

Returns:

  • ("IPV4", "IPV6", "PREFIX_LIST")


1091
1092
1093
# File 'sig/types.rbs', line 1091

def destination_type
  @destination_type
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def target
  @target
end

#target_type"GATEWAY", ...

Returns the value of attribute target_type.

Returns:

  • ("GATEWAY", "CARRIER_GATEWAY", "INSTANCE", "LOCAL_GATEWAY", "NAT_GATEWAY", "NETWORK_INTERFACE", "VPC_ENDPOINT", "VPC_PEERING_CONNECTION", "EGRESS_ONLY_INTERNET_GATEWAY", "TRANSIT_GATEWAY")


1092
1093
1094
# File 'sig/types.rbs', line 1092

def target_type
  @target_type
end