Class: Aws::EC2::Types::DeleteTransitGatewayClientVpnAttachmentResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_client_vpn_attachmentTypes::TransitGatewayClientVpnAttachment

Information about the Transit Gateway Client VPN attachment.



20107
20108
20109
20110
20111
# File 'lib/aws-sdk-ec2/types.rb', line 20107

class DeleteTransitGatewayClientVpnAttachmentResult < Struct.new(
  :transit_gateway_client_vpn_attachment)
  SENSITIVE = []
  include Aws::Structure
end