Class: Aws::EC2::Types::CreateVpcPeeringConnectionResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_connectionTypes::VpcPeeringConnection

Information about the VPC peering connection.



7327
7328
7329
7330
# File 'lib/aws-sdk-ec2/types.rb', line 7327

class CreateVpcPeeringConnectionResult < Struct.new(
  :vpc_peering_connection)
  include Aws::Structure
end