Class: Aws::Types::ClientVpnRoute
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
-
#origin ⇒ ::String
Returns the value of attribute origin.
-
#status ⇒ Types::ClientVpnRouteStatus
Returns the value of attribute status.
-
#target_subnet ⇒ ::String
Returns the value of attribute target_subnet.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#description ⇒ ::String
Returns the value of attribute description.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def description @description end |
#destination_cidr ⇒ ::String
Returns the value of attribute destination_cidr.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def destination_cidr @destination_cidr end |
#origin ⇒ ::String
Returns the value of attribute origin.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def origin @origin end |
#status ⇒ Types::ClientVpnRouteStatus
Returns the value of attribute status.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def status @status end |
#target_subnet ⇒ ::String
Returns the value of attribute target_subnet.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def target_subnet @target_subnet end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def @transit_gateway_attachment_id end |
#type ⇒ ::String
Returns the value of attribute type.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def type @type end |