Class: Aws::EC2::Types::RejectTransitGatewayClientVpnAttachmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RejectTransitGatewayClientVpnAttachmentResult
- 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.
70917 70918 70919 70920 70921 |
# File 'lib/aws-sdk-ec2/types.rb', line 70917 class RejectTransitGatewayClientVpnAttachmentResult < Struct.new( :transit_gateway_client_vpn_attachment) SENSITIVE = [] include Aws::Structure end |