Class: Aws::EC2::Types::AcceptVpcPeeringConnectionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AcceptVpcPeeringConnectionResult
- 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.
390 391 392 393 394 |
# File 'lib/aws-sdk-ec2/types.rb', line 390 class AcceptVpcPeeringConnectionResult < Struct.new( :vpc_peering_connection) SENSITIVE = [] include Aws::Structure end |