Class: Aws::EC2::Types::CreateVpcPeeringConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcPeeringConnectionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_peering_connection ⇒ Types::VpcPeeringConnection
Information about the VPC peering connection.
Instance Attribute Details
#vpc_peering_connection ⇒ Types::VpcPeeringConnection
Information about the VPC peering connection.
17300 17301 17302 17303 17304 |
# File 'lib/aws-sdk-ec2/types.rb', line 17300 class CreateVpcPeeringConnectionResult < Struct.new( :vpc_peering_connection) SENSITIVE = [] include Aws::Structure end |