Class: Aws::Types::RouteSetDetails
- Inherits:
-
Object
- Object
- Aws::Types::RouteSetDetails
- 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.
-
#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.
7344 7345 7346 |
# File 'sig/types.rbs', line 7344 def carrier_gateway_id @carrier_gateway_id end |
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
7345 7346 7347 |
# File 'sig/types.rbs', line 7345 def core_network_arn @core_network_arn end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
7346 7347 7348 |
# File 'sig/types.rbs', line 7346 def destination_cidr_block @destination_cidr_block end |
#destination_ipv_6_cidr_block ⇒ ::String
Returns the value of attribute destination_ipv_6_cidr_block.
7347 7348 7349 |
# File 'sig/types.rbs', line 7347 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.
7348 7349 7350 |
# File 'sig/types.rbs', line 7348 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.
7349 7350 7351 |
# File 'sig/types.rbs', line 7349 def egress_only_internet_gateway_id @egress_only_internet_gateway_id end |
#gateway_id ⇒ ::String
Returns the value of attribute gateway_id.
7350 7351 7352 |
# File 'sig/types.rbs', line 7350 def gateway_id @gateway_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7351 7352 7353 |
# File 'sig/types.rbs', line 7351 def instance_id @instance_id end |
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
7352 7353 7354 |
# File 'sig/types.rbs', line 7352 def instance_owner_id @instance_owner_id end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
7353 7354 7355 |
# File 'sig/types.rbs', line 7353 def local_gateway_id @local_gateway_id end |
#nat_gateway_id ⇒ ::String
Returns the value of attribute nat_gateway_id.
7354 7355 7356 |
# File 'sig/types.rbs', line 7354 def nat_gateway_id @nat_gateway_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
7355 7356 7357 |
# File 'sig/types.rbs', line 7355 def network_interface_id @network_interface_id end |
#origin ⇒ ::String
Returns the value of attribute origin.
7356 7357 7358 |
# File 'sig/types.rbs', line 7356 def origin @origin end |
#state ⇒ ::String
Returns the value of attribute state.
7357 7358 7359 |
# File 'sig/types.rbs', line 7357 def state @state end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
7358 7359 7360 |
# File 'sig/types.rbs', line 7358 def transit_gateway_id @transit_gateway_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
7359 7360 7361 |
# File 'sig/types.rbs', line 7359 def vpc_peering_connection_id @vpc_peering_connection_id end |