Class: Aws::EC2::Types::ModifyVpcPeeringConnectionOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyVpcPeeringConnectionOptionsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the accepter VPC.
-
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the requester VPC.
Instance Attribute Details
#accepter_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the accepter VPC.
53426 53427 53428 53429 53430 53431 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53426 class ModifyVpcPeeringConnectionOptionsResult < Struct.new( :accepter_peering_connection_options, :requester_peering_connection_options) SENSITIVE = [] include Aws::Structure end |
#requester_peering_connection_options ⇒ Types::PeeringConnectionOptions
Information about the VPC peering connection options for the requester VPC.
53426 53427 53428 53429 53430 53431 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53426 class ModifyVpcPeeringConnectionOptionsResult < Struct.new( :accepter_peering_connection_options, :requester_peering_connection_options) SENSITIVE = [] include Aws::Structure end |