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

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.



357
358
359
360
361
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 357

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