Class: Aws::EC2::Types::ModifyVpnConnectionResult

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.



65231
65232
65233
65234
65235
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65231

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