Class: Aws::Types::LocalGatewayRoute
- Inherits:
-
Object
- Object
- Aws::Types::LocalGatewayRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
-
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
-
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#type ⇒ "static", "propagated"
Returns the value of attribute type.
Instance Attribute Details
#coip_pool_id ⇒ ::String
Returns the value of attribute coip_pool_id.
12948 12949 12950 |
# File 'sig/types.rbs', line 12948 def coip_pool_id @coip_pool_id end |
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
12940 12941 12942 |
# File 'sig/types.rbs', line 12940 def destination_cidr_block @destination_cidr_block end |
#destination_prefix_list_id ⇒ ::String
Returns the value of attribute destination_prefix_list_id.
12950 12951 12952 |
# File 'sig/types.rbs', line 12950 def destination_prefix_list_id @destination_prefix_list_id end |
#local_gateway_route_table_arn ⇒ ::String
Returns the value of attribute local_gateway_route_table_arn.
12945 12946 12947 |
# File 'sig/types.rbs', line 12945 def local_gateway_route_table_arn @local_gateway_route_table_arn end |
#local_gateway_route_table_id ⇒ ::String
Returns the value of attribute local_gateway_route_table_id.
12944 12945 12946 |
# File 'sig/types.rbs', line 12944 def local_gateway_route_table_id @local_gateway_route_table_id end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
12941 12942 12943 |
# File 'sig/types.rbs', line 12941 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
12949 12950 12951 |
# File 'sig/types.rbs', line 12949 def network_interface_id @network_interface_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12946 12947 12948 |
# File 'sig/types.rbs', line 12946 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
12943 12944 12945 |
# File 'sig/types.rbs', line 12943 def state @state end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
12947 12948 12949 |
# File 'sig/types.rbs', line 12947 def subnet_id @subnet_id end |
#type ⇒ "static", "propagated"
Returns the value of attribute type.
12942 12943 12944 |
# File 'sig/types.rbs', line 12942 def type @type end |