Class: Aws::EC2::Types::ModifyVpcPeeringConnectionOptionsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#accepter_peering_connection_optionsTypes::PeeringConnectionOptions

Information about the VPC peering connection options for the accepter VPC.



26714
26715
26716
26717
26718
# File 'lib/aws-sdk-ec2/types.rb', line 26714

class ModifyVpcPeeringConnectionOptionsResult < Struct.new(
  :accepter_peering_connection_options,
  :requester_peering_connection_options)
  include Aws::Structure
end

#requester_peering_connection_optionsTypes::PeeringConnectionOptions

Information about the VPC peering connection options for the requester VPC.



26714
26715
26716
26717
26718
# File 'lib/aws-sdk-ec2/types.rb', line 26714

class ModifyVpcPeeringConnectionOptionsResult < Struct.new(
  :accepter_peering_connection_options,
  :requester_peering_connection_options)
  include Aws::Structure
end