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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#accepter_vpc_infoTypes::VpcPeeringConnectionVpcInfo

Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

Returns:

#expiration_timeTime

The time that an unaccepted VPC peering connection will expire.

Returns:

  • (Time)

    The time that an unaccepted VPC peering connection will expire.

#requester_vpc_infoTypes::VpcPeeringConnectionVpcInfo

Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

Returns:

#statusTypes::VpcPeeringConnectionStateReason

The status of the VPC peering connection.

Returns:

#tagsArray<Types::Tag>

Any tags assigned to the resource.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the resource.

#vpc_peering_connection_idString

The ID of the VPC peering connection.

Returns:

  • (String)

    The ID of the VPC peering connection.