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

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

Overview

Contains the output of CreateVpcPeeringConnection.

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_peering_connectionTypes::VpcPeeringConnection

Information about the VPC peering connection.



4118
4119
4120
4121
# File 'lib/aws-sdk-ec2/types.rb', line 4118

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