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.
14190 14191 14192 14193 14194 |
# File 'lib/aws-sdk-ec2/types.rb', line 14190 class CreateVpcPeeringConnectionResult < Struct.new( :vpc_peering_connection) SENSITIVE = [] include Aws::Structure end |