Class: Aws::EC2::Types::VpcPeeringConnection

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

Overview

Describes a VPC peering connection.

Instance Attribute Summary collapse

Instance Attribute Details

#accepter_vpc_infoTypes::VpcPeeringConnectionVpcInfo

Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.



37342
37343
37344
37345
37346
37347
37348
37349
37350
# File 'lib/aws-sdk-ec2/types.rb', line 37342

class VpcPeeringConnection < Struct.new(
  :accepter_vpc_info,
  :expiration_time,
  :requester_vpc_info,
  :status,
  :tags,
  :vpc_peering_connection_id)
  include Aws::Structure
end

#expiration_timeTime

The time that an unaccepted VPC peering connection will expire.

Returns:

  • (Time)


37342
37343
37344
37345
37346
37347
37348
37349
37350
# File 'lib/aws-sdk-ec2/types.rb', line 37342

class VpcPeeringConnection < Struct.new(
  :accepter_vpc_info,
  :expiration_time,
  :requester_vpc_info,
  :status,
  :tags,
  :vpc_peering_connection_id)
  include Aws::Structure
end

#requester_vpc_infoTypes::VpcPeeringConnectionVpcInfo

Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.



37342
37343
37344
37345
37346
37347
37348
37349
37350
# File 'lib/aws-sdk-ec2/types.rb', line 37342

class VpcPeeringConnection < Struct.new(
  :accepter_vpc_info,
  :expiration_time,
  :requester_vpc_info,
  :status,
  :tags,
  :vpc_peering_connection_id)
  include Aws::Structure
end

#statusTypes::VpcPeeringConnectionStateReason

The status of the VPC peering connection.



37342
37343
37344
37345
37346
37347
37348
37349
37350
# File 'lib/aws-sdk-ec2/types.rb', line 37342

class VpcPeeringConnection < Struct.new(
  :accepter_vpc_info,
  :expiration_time,
  :requester_vpc_info,
  :status,
  :tags,
  :vpc_peering_connection_id)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the resource.

Returns:



37342
37343
37344
37345
37346
37347
37348
37349
37350
# File 'lib/aws-sdk-ec2/types.rb', line 37342

class VpcPeeringConnection < Struct.new(
  :accepter_vpc_info,
  :expiration_time,
  :requester_vpc_info,
  :status,
  :tags,
  :vpc_peering_connection_id)
  include Aws::Structure
end

#vpc_peering_connection_idString

The ID of the VPC peering connection.

Returns:

  • (String)


37342
37343
37344
37345
37346
37347
37348
37349
37350
# File 'lib/aws-sdk-ec2/types.rb', line 37342

class VpcPeeringConnection < Struct.new(
  :accepter_vpc_info,
  :expiration_time,
  :requester_vpc_info,
  :status,
  :tags,
  :vpc_peering_connection_id)
  include Aws::Structure
end