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.



17094
17095
17096
17097
17098
# File 'lib/aws-sdk-ec2/types.rb', line 17094

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.



17094
17095
17096
17097
17098
# File 'lib/aws-sdk-ec2/types.rb', line 17094

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