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_info ⇒ Types::VpcPeeringConnectionVpcInfo

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

Returns:

#expiration_time ⇒ Time

The time that an unaccepted VPC peering connection will expire.

Returns:

  • (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.

Returns:

#status ⇒ Types::VpcPeeringConnectionStateReason

The status of the VPC peering connection.

Returns:

#tags ⇒ Array<Types::Tag>

Any tags assigned to the resource.

Returns:

  • (Array<Types::Tag>) —

    Any tags assigned to the resource.

#vpc_peering_connection_id ⇒ String

The ID of the VPC peering connection.

Returns:

  • (String) —

    The ID of the VPC peering connection.