Class: Aws::EC2::Types::VpcPeeringConnectionVpcInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcPeeringConnectionVpcInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a VPC in a VPC peering connection.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cidr_block  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv4 CIDR block for the VPC.
 - 
  
    
      #cidr_block_set  ⇒ Array<Types::CidrBlock> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the IPv4 CIDR blocks for the VPC.
 - 
  
    
      #ipv_6_cidr_block_set  ⇒ Array<Types::Ipv6CidrBlock> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IPv6 CIDR block for the VPC.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the VPC.
 - 
  
    
      #peering_options  ⇒ Types::VpcPeeringConnectionOptionsDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VPC peering connection options for the accepter or requester VPC.
 - 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region in which the VPC is located.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 
Instance Attribute Details
#cidr_block ⇒ String
The IPv4 CIDR block for the VPC.
      74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74358 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#cidr_block_set ⇒ Array<Types::CidrBlock>
Information about the IPv4 CIDR blocks for the VPC.
      74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74358 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#ipv_6_cidr_block_set ⇒ Array<Types::Ipv6CidrBlock>
The IPv6 CIDR block for the VPC.
      74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74358 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the VPC.
      74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74358 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#peering_options ⇒ Types::VpcPeeringConnectionOptionsDescription
Information about the VPC peering connection options for the accepter or requester VPC.
      74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74358 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#region ⇒ String
The Region in which the VPC is located.
      74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74358 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC.
      74358 74359 74360 74361 74362 74363 74364 74365 74366 74367 74368  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74358 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end  |