Class: Aws::Types::GetVpnTunnelReplacementStatusResult
- Inherits:
-
Object
- Object
- Aws::Types::GetVpnTunnelReplacementStatusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
-
#maintenance_details ⇒ Types::MaintenanceDetails
Returns the value of attribute maintenance_details.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
-
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
-
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
Instance Attribute Details
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
10628 10629 10630 |
# File 'sig/types.rbs', line 10628 def customer_gateway_id @customer_gateway_id end |
#maintenance_details ⇒ Types::MaintenanceDetails
Returns the value of attribute maintenance_details.
10631 10632 10633 |
# File 'sig/types.rbs', line 10631 def maintenance_details @maintenance_details end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
10627 10628 10629 |
# File 'sig/types.rbs', line 10627 def transit_gateway_id @transit_gateway_id end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
10626 10627 10628 |
# File 'sig/types.rbs', line 10626 def vpn_connection_id @vpn_connection_id end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
10629 10630 10631 |
# File 'sig/types.rbs', line 10629 def vpn_gateway_id @vpn_gateway_id end |
#vpn_tunnel_outside_ip_address ⇒ ::String
Returns the value of attribute vpn_tunnel_outside_ip_address.
10630 10631 10632 |
# File 'sig/types.rbs', line 10630 def vpn_tunnel_outside_ip_address @vpn_tunnel_outside_ip_address end |