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)


37430
37431
37432
37433
37434
37435
37436
37437
37438
37439
# File 'lib/aws-sdk-ec2/types.rb', line 37430

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:



37430
37431
37432
37433
37434
37435
37436
37437
37438
37439
# File 'lib/aws-sdk-ec2/types.rb', line 37430

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:



37430
37431
37432
37433
37434
37435
37436
37437
37438
37439
# File 'lib/aws-sdk-ec2/types.rb', line 37430

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)


37430
37431
37432
37433
37434
37435
37436
37437
37438
37439
# File 'lib/aws-sdk-ec2/types.rb', line 37430

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.



37430
37431
37432
37433
37434
37435
37436
37437
37438
37439
# File 'lib/aws-sdk-ec2/types.rb', line 37430

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)


37430
37431
37432
37433
37434
37435
37436
37437
37438
37439
# File 'lib/aws-sdk-ec2/types.rb', line 37430

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)


37430
37431
37432
37433
37434
37435
37436
37437
37438
37439
# File 'lib/aws-sdk-ec2/types.rb', line 37430

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