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.



58146
58147
58148
58149
58150
58151
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58146

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.



58146
58147
58148
58149
58150
58151
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58146

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