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

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

#accepter_peering_connection_optionsTypes::PeeringConnectionOptions

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



50690
50691
50692
50693
50694
50695
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50690

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

#requester_peering_connection_optionsTypes::PeeringConnectionOptions

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



50690
50691
50692
50693
50694
50695
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50690

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