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

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

#vpc_peering_connectionTypes::VpcPeeringConnection

Information about the VPC peering connection.



12929
12930
12931
12932
12933
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12929

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