Class: Aws::Types::Route
- Inherits:
-
Object
- Object
- Aws::Types::Route
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
-
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
-
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
-
#egress_only_internet_gateway_id ⇒ ::String
Returns the value of attribute egress_only_internet_gateway_id.
-
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
-
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
-
#origin ⇒ "CreateRouteTable", ...
Returns the value of attribute origin.
-
#state ⇒ "active", ...
Returns the value of attribute state.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#carrier_gateway_id ⇒ ::String
Returns the value of attribute carrier_gateway_id.
16438 16439 16440 |
# File 'sig/types.rbs', line 16438 def carrier_gateway_id @carrier_gateway_id end |
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
16443 16444 16445 |
# File 'sig/types.rbs', line 16443 def core_network_arn @core_network_arn end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
16428 16429 16430 |
# File 'sig/types.rbs', line 16428 def destination_cidr_block @destination_cidr_block end |
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
16429 16430 16431 |
# File 'sig/types.rbs', line 16429 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.
16430 16431 16432 |
# File 'sig/types.rbs', line 16430 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.
16431 16432 16433 |
# File 'sig/types.rbs', line 16431 def egress_only_internet_gateway_id @egress_only_internet_gateway_id end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
16432 16433 16434 |
# File 'sig/types.rbs', line 16432 def gateway_id @gateway_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
16433 16434 16435 |
# File 'sig/types.rbs', line 16433 def instance_id @instance_id end |
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
16434 16435 16436 |
# File 'sig/types.rbs', line 16434 def instance_owner_id @instance_owner_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
16445 16446 16447 |
# File 'sig/types.rbs', line 16445 def ip_address @ip_address end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
16437 16438 16439 |
# File 'sig/types.rbs', line 16437 def local_gateway_id @local_gateway_id end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
16435 16436 16437 |
# File 'sig/types.rbs', line 16435 def nat_gateway_id @nat_gateway_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
16439 16440 16441 |
# File 'sig/types.rbs', line 16439 def network_interface_id @network_interface_id end |
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
16444 16445 16446 |
# File 'sig/types.rbs', line 16444 def odb_network_arn @odb_network_arn end |
#origin ⇒ "CreateRouteTable", ...
Returns the value of attribute origin.
16440 16441 16442 |
# File 'sig/types.rbs', line 16440 def origin @origin end |
#state ⇒ "active", ...
Returns the value of attribute state.
16441 16442 16443 |
# File 'sig/types.rbs', line 16441 def state @state end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
16436 16437 16438 |
# File 'sig/types.rbs', line 16436 def transit_gateway_id @transit_gateway_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
16442 16443 16444 |
# File 'sig/types.rbs', line 16442 def vpc_peering_connection_id @vpc_peering_connection_id end |