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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a VPC in a VPC peering connection.

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_blockString

The IPv4 CIDR block for the VPC.

Returns:

  • (String)


37708
37709
37710
37711
37712
37713
37714
37715
37716
37717
# File 'lib/aws-sdk-ec2/types.rb', line 37708

class VpcPeeringConnectionVpcInfo < Struct.new(
  :cidr_block,
  :ipv_6_cidr_block_set,
  :cidr_block_set,
  :owner_id,
  :peering_options,
  :vpc_id,
  :region)
  include Aws::Structure
end

#cidr_block_setArray<Types::CidrBlock>

Information about the IPv4 CIDR blocks for the VPC.

Returns:



37708
37709
37710
37711
37712
37713
37714
37715
37716
37717
# File 'lib/aws-sdk-ec2/types.rb', line 37708

class VpcPeeringConnectionVpcInfo < Struct.new(
  :cidr_block,
  :ipv_6_cidr_block_set,
  :cidr_block_set,
  :owner_id,
  :peering_options,
  :vpc_id,
  :region)
  include Aws::Structure
end

#ipv_6_cidr_block_setArray<Types::Ipv6CidrBlock>

The IPv6 CIDR block for the VPC.

Returns:



37708
37709
37710
37711
37712
37713
37714
37715
37716
37717
# File 'lib/aws-sdk-ec2/types.rb', line 37708

class VpcPeeringConnectionVpcInfo < Struct.new(
  :cidr_block,
  :ipv_6_cidr_block_set,
  :cidr_block_set,
  :owner_id,
  :peering_options,
  :vpc_id,
  :region)
  include Aws::Structure
end

#owner_idString

The AWS account ID of the VPC owner.

Returns:

  • (String)


37708
37709
37710
37711
37712
37713
37714
37715
37716
37717
# File 'lib/aws-sdk-ec2/types.rb', line 37708

class VpcPeeringConnectionVpcInfo < Struct.new(
  :cidr_block,
  :ipv_6_cidr_block_set,
  :cidr_block_set,
  :owner_id,
  :peering_options,
  :vpc_id,
  :region)
  include Aws::Structure
end

#peering_optionsTypes::VpcPeeringConnectionOptionsDescription

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



37708
37709
37710
37711
37712
37713
37714
37715
37716
37717
# File 'lib/aws-sdk-ec2/types.rb', line 37708

class VpcPeeringConnectionVpcInfo < Struct.new(
  :cidr_block,
  :ipv_6_cidr_block_set,
  :cidr_block_set,
  :owner_id,
  :peering_options,
  :vpc_id,
  :region)
  include Aws::Structure
end

#regionString

The region in which the VPC is located.

Returns:

  • (String)


37708
37709
37710
37711
37712
37713
37714
37715
37716
37717
# File 'lib/aws-sdk-ec2/types.rb', line 37708

class VpcPeeringConnectionVpcInfo < Struct.new(
  :cidr_block,
  :ipv_6_cidr_block_set,
  :cidr_block_set,
  :owner_id,
  :peering_options,
  :vpc_id,
  :region)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


37708
37709
37710
37711
37712
37713
37714
37715
37716
37717
# File 'lib/aws-sdk-ec2/types.rb', line 37708

class VpcPeeringConnectionVpcInfo < Struct.new(
  :cidr_block,
  :ipv_6_cidr_block_set,
  :cidr_block_set,
  :owner_id,
  :peering_options,
  :vpc_id,
  :region)
  include Aws::Structure
end