Class: Aws::EC2::Types::VpcPeeringConnectionVpcInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcPeeringConnectionVpcInfo
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a VPC in a VPC peering connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_block ⇒ String
The IPv4 CIDR block for the VPC.
-
#cidr_block_set ⇒ Array<Types::CidrBlock>
Information about the IPv4 CIDR blocks for the VPC.
-
#ipv_6_cidr_block_set ⇒ Array<Types::Ipv6CidrBlock>
The IPv6 CIDR block for the VPC.
-
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the VPC.
-
#peering_options ⇒ Types::VpcPeeringConnectionOptionsDescription
Information about the VPC peering connection options for the accepter or requester VPC.
-
#region ⇒ String
The Region in which the VPC is located.
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#cidr_block ⇒ String
The IPv4 CIDR block for the VPC.
69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69812 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end |
#cidr_block_set ⇒ Array<Types::CidrBlock>
Information about the IPv4 CIDR blocks for the VPC.
69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69812 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end |
#ipv_6_cidr_block_set ⇒ Array<Types::Ipv6CidrBlock>
The IPv6 CIDR block for the VPC.
69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69812 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the VPC.
69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69812 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end |
#peering_options ⇒ Types::VpcPeeringConnectionOptionsDescription
Information about the VPC peering connection options for the accepter or requester VPC.
69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69812 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Region in which the VPC is located.
69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69812 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC.
69812 69813 69814 69815 69816 69817 69818 69819 69820 69821 69822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69812 class VpcPeeringConnectionVpcInfo < Struct.new( :cidr_block, :ipv_6_cidr_block_set, :cidr_block_set, :owner_id, :peering_options, :vpc_id, :region) SENSITIVE = [] include Aws::Structure end |