Class: Aws::Types::TransitGatewayClientVpnAttachment
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayClientVpnAttachment
- 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.
-
#client_vpn_owner_id ⇒ ::String
Returns the value of attribute client_vpn_owner_id.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#state ⇒ "pending-acceptance", ...
Returns the value of attribute state.
-
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#client_vpn_endpoint_id ⇒ ::String
Returns the value of attribute client_vpn_endpoint_id.
17911 17912 17913 |
# File 'sig/types.rbs', line 17911 def client_vpn_endpoint_id @client_vpn_endpoint_id end |
#client_vpn_owner_id ⇒ ::String
Returns the value of attribute client_vpn_owner_id.
17912 17913 17914 |
# File 'sig/types.rbs', line 17912 def client_vpn_owner_id @client_vpn_owner_id end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
17914 17915 17916 |
# File 'sig/types.rbs', line 17914 def creation_time @creation_time end |
#state ⇒ "pending-acceptance", ...
Returns the value of attribute state.
17913 17914 17915 |
# File 'sig/types.rbs', line 17913 def state @state end |
#transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute transit_gateway_attachment_id.
17909 17910 17911 |
# File 'sig/types.rbs', line 17909 def @transit_gateway_attachment_id end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
17910 17911 17912 |
# File 'sig/types.rbs', line 17910 def transit_gateway_id @transit_gateway_id end |