Class: Aws::EC2::Types::ModifyVpnTunnelOptionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpn_connectionTypes::VpnConnection

Information about the VPN connection.



59451
59452
59453
59454
59455
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59451

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