Class: Aws::EC2::Types::DeleteTransitGatewayClientVpnAttachmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayClientVpnAttachmentResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_client_vpn_attachment ⇒ Types::TransitGatewayClientVpnAttachment
Information about the Transit Gateway Client VPN attachment.
Instance Attribute Details
#transit_gateway_client_vpn_attachment ⇒ Types::TransitGatewayClientVpnAttachment
Information about the Transit Gateway Client VPN attachment.
20119 20120 20121 20122 20123 |
# File 'lib/aws-sdk-ec2/types.rb', line 20119 class DeleteTransitGatewayClientVpnAttachmentResult < Struct.new( :transit_gateway_client_vpn_attachment) SENSITIVE = [] include Aws::Structure end |