You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::VpcPeeringConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcPeeringConnection
- Defined in:
- (unknown)
Overview
Describes a VPC peering connection.
Returned by:
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.
#expiration_time ⇒ Time
The time that an unaccepted VPC peering connection will expire.
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.
#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.