Class: Aws::Types::CreateClientVpnEndpointResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateClientVpnEndpointResult
- 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.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#status ⇒ Types::ClientVpnEndpointStatus
Returns the value of attribute status.
Instance Attribute Details
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def dns_name @dns_name end |
#status ⇒ Types::ClientVpnEndpointStatus
Returns the value of attribute status.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def status @status end |