You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::VpcPeeringConnectionVpcInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_blockString

The IPv4 CIDR block for the VPC.

Returns:

  • (String)

    The IPv4 CIDR block for the VPC.

#cidr_block_setArray<Types::CidrBlock>

Information about the IPv4 CIDR blocks for the VPC.

Returns:

  • (Array<Types::CidrBlock>)

    Information about the IPv4 CIDR blocks for the VPC.

#ipv_6_cidr_block_setArray<Types::Ipv6CidrBlock>

The IPv6 CIDR block for the VPC.

Returns:

#owner_idString

The AWS account ID of the VPC owner.

Returns:

  • (String)

    The AWS account ID of the VPC owner.

#peering_optionsTypes::VpcPeeringConnectionOptionsDescription

Information about the VPC peering connection options for the accepter or requester VPC.

Returns:

#regionString

The Region in which the VPC is located.

Returns:

  • (String)

    The Region in which the VPC is located.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.