Class: Aws::EC2::Types::AcceptVpcPeeringConnectionResult

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.



183
184
185
186
# File 'lib/aws-sdk-ec2/types.rb', line 183

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