Class: Aws::Types::AnalysisRouteTableRoute
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisRouteTableRoute
- 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 ⇒ ::String
Returns the value of attribute destination_cidr.
-
#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.
-
#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.
-
#origin ⇒ ::String
Returns the value of attribute origin.
-
#state ⇒ ::String
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.
434 435 436 |
# File 'sig/types.rbs', line 434 def carrier_gateway_id @carrier_gateway_id end |
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
435 436 437 |
# File 'sig/types.rbs', line 435 def core_network_arn @core_network_arn end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
423 424 425 |
# File 'sig/types.rbs', line 423 def destination_cidr @destination_cidr end |
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
424 425 426 |
# File 'sig/types.rbs', line 424 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.
425 426 427 |
# File 'sig/types.rbs', line 425 def egress_only_internet_gateway_id @egress_only_internet_gateway_id end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
426 427 428 |
# File 'sig/types.rbs', line 426 def gateway_id @gateway_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def instance_id @instance_id end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
436 437 438 |
# File 'sig/types.rbs', line 436 def local_gateway_id @local_gateway_id end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
428 429 430 |
# File 'sig/types.rbs', line 428 def nat_gateway_id @nat_gateway_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
429 430 431 |
# File 'sig/types.rbs', line 429 def network_interface_id @network_interface_id end |
#origin ⇒ ::String
Returns the value of attribute origin.
430 431 432 |
# File 'sig/types.rbs', line 430 def origin @origin end |
#state ⇒ ::String
Returns the value of attribute state.
433 434 435 |
# File 'sig/types.rbs', line 433 def state @state end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
431 432 433 |
# File 'sig/types.rbs', line 431 def transit_gateway_id @transit_gateway_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
432 433 434 |
# File 'sig/types.rbs', line 432 def vpc_peering_connection_id @vpc_peering_connection_id end |