Class: Aws::EC2::Types::VpcPeeringConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcPeeringConnection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a VPC peering connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accepter_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Information about the accepter VPC.
-
#expiration_time ⇒ Time
The time that an unaccepted VPC peering connection will expire.
-
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Information about the requester VPC.
-
#status ⇒ Types::VpcPeeringConnectionStateReason
The status of the VPC peering connection.
-
#tags ⇒ Array<Types::Tag>
Any tags assigned to the resource.
-
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection.
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.
73376 73377 73378 73379 73380 73381 73382 73383 73384 73385 |
# File 'lib/aws-sdk-ec2/types.rb', line 73376 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#expiration_time ⇒ Time
The time that an unaccepted VPC peering connection will expire.
73376 73377 73378 73379 73380 73381 73382 73383 73384 73385 |
# File 'lib/aws-sdk-ec2/types.rb', line 73376 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#requester_vpc_info ⇒ Types::VpcPeeringConnectionVpcInfo
Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.
73376 73377 73378 73379 73380 73381 73382 73383 73384 73385 |
# File 'lib/aws-sdk-ec2/types.rb', line 73376 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::VpcPeeringConnectionStateReason
The status of the VPC peering connection.
73376 73377 73378 73379 73380 73381 73382 73383 73384 73385 |
# File 'lib/aws-sdk-ec2/types.rb', line 73376 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags assigned to the resource.
73376 73377 73378 73379 73380 73381 73382 73383 73384 73385 |
# File 'lib/aws-sdk-ec2/types.rb', line 73376 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection.
73376 73377 73378 73379 73380 73381 73382 73383 73384 73385 |
# File 'lib/aws-sdk-ec2/types.rb', line 73376 class VpcPeeringConnection < Struct.new( :accepter_vpc_info, :expiration_time, :requester_vpc_info, :status, :tags, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end |