Class: Aws::EC2::Types::ModifyVpcPeeringConnectionOptionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyVpcPeeringConnectionOptionsResult
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #accepter_peering_connection_options  ⇒ Types::PeeringConnectionOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VPC peering connection options for the accepter VPC.
 - 
  
    
      #requester_peering_connection_options  ⇒ Types::PeeringConnectionOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VPC peering connection options for the requester VPC.
 
Instance Attribute Details
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the accepter VPC.
      61520 61521 61522 61523 61524 61525  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61520 class ModifyVpcPeeringConnectionOptionsResult < Struct.new( :accepter_peering_connection_options, :requester_peering_connection_options) SENSITIVE = [] include Aws::Structure end  | 
  
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the requester VPC.
      61520 61521 61522 61523 61524 61525  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61520 class ModifyVpcPeeringConnectionOptionsResult < Struct.new( :accepter_peering_connection_options, :requester_peering_connection_options) SENSITIVE = [] include Aws::Structure end  |