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

#carrier_gateway_id::String

Returns the value of attribute carrier_gateway_id.

Returns:

  • (::String)


17095
17096
17097
# File 'sig/types.rbs', line 17095

def carrier_gateway_id
  @carrier_gateway_id
end

#core_network_arn::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


17100
17101
17102
# File 'sig/types.rbs', line 17100

def core_network_arn
  @core_network_arn
end

#destination_cidr_block::String

Returns the value of attribute destination_cidr_block.

Returns:

  • (::String)


17085
17086
17087
# File 'sig/types.rbs', line 17085

def destination_cidr_block
  @destination_cidr_block
end

#destination_ipv_6_cidr_block::String

Returns the value of attribute destination_ipv_6_cidr_block.

Returns:

  • (::String)


17086
17087
17088
# File 'sig/types.rbs', line 17086

def destination_ipv_6_cidr_block
  @destination_ipv_6_cidr_block
end

#destination_prefix_list_id::String

Returns the value of attribute destination_prefix_list_id.

Returns:

  • (::String)


17087
17088
17089
# File 'sig/types.rbs', line 17087

def destination_prefix_list_id
  @destination_prefix_list_id
end

#egress_only_internet_gateway_id::String

Returns the value of attribute egress_only_internet_gateway_id.

Returns:

  • (::String)


17088
17089
17090
# File 'sig/types.rbs', line 17088

def egress_only_internet_gateway_id
  @egress_only_internet_gateway_id
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


17089
17090
17091
# File 'sig/types.rbs', line 17089

def gateway_id
  @gateway_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


17090
17091
17092
# File 'sig/types.rbs', line 17090

def instance_id
  @instance_id
end

#instance_owner_id::String

Returns the value of attribute instance_owner_id.

Returns:

  • (::String)


17091
17092
17093
# File 'sig/types.rbs', line 17091

def instance_owner_id
  @instance_owner_id
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


17102
17103
17104
# File 'sig/types.rbs', line 17102

def ip_address
  @ip_address
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


17094
17095
17096
# File 'sig/types.rbs', line 17094

def local_gateway_id
  @local_gateway_id
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


17092
17093
17094
# File 'sig/types.rbs', line 17092

def nat_gateway_id
  @nat_gateway_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


17096
17097
17098
# File 'sig/types.rbs', line 17096

def network_interface_id
  @network_interface_id
end

#odb_network_arn::String

Returns the value of attribute odb_network_arn.

Returns:

  • (::String)


17101
17102
17103
# File 'sig/types.rbs', line 17101

def odb_network_arn
  @odb_network_arn
end

#origin"CreateRouteTable", ...

Returns the value of attribute origin.

Returns:

  • ("CreateRouteTable", "CreateRoute", "EnableVgwRoutePropagation", "Advertisement")


17097
17098
17099
# File 'sig/types.rbs', line 17097

def origin
  @origin
end

#state"active", ...

Returns the value of attribute state.

Returns:

  • ("active", "blackhole", "filtered")


17098
17099
17100
# File 'sig/types.rbs', line 17098

def state
  @state
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


17093
17094
17095
# File 'sig/types.rbs', line 17093

def transit_gateway_id
  @transit_gateway_id
end

#vpc_peering_connection_id::String

Returns the value of attribute vpc_peering_connection_id.

Returns:

  • (::String)


17099
17100
17101
# File 'sig/types.rbs', line 17099

def vpc_peering_connection_id
  @vpc_peering_connection_id
end