Class: Aws::EC2::Types::VpcPeeringConnection
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpcPeeringConnection
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a VPC peering connection.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #accepter_vpc_info  ⇒ Types::VpcPeeringConnectionVpcInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the accepter VPC.
 - 
  
    
      #expiration_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that an unaccepted VPC peering connection will expire.
 - 
  
    
      #requester_vpc_info  ⇒ Types::VpcPeeringConnectionVpcInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the requester VPC.
 - 
  
    
      #status  ⇒ Types::VpcPeeringConnectionStateReason 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the VPC peering connection.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags assigned to the resource.
 - 
  
    
      #vpc_peering_connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC peering connection.
 
Instance Attribute Details
#accepter_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.
      74269 74270 74271 74272 74273 74274 74275 74276 74277 74278  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74269 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#expiration_time ⇒ Time
The time that an unaccepted VPC peering connection will expire.
      74269 74270 74271 74272 74273 74274 74275 74276 74277 74278  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74269 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.
      74269 74270 74271 74272 74273 74274 74275 74276 74277 74278  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74269 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::VpcPeeringConnectionStateReason
The status of the VPC peering connection.
      74269 74270 74271 74272 74273 74274 74275 74276 74277 74278  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74269 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags assigned to the resource.
      74269 74270 74271 74272 74273 74274 74275 74276 74277 74278  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74269 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection.
      74269 74270 74271 74272 74273 74274 74275 74276 74277 74278  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74269 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  |